diff --git a/recipes/wip/dev/bugstalker/recipe.toml b/recipes/wip/dev/bugstalker/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f6ae329fa5516d2bcd4c26961a9932f8cfed24d3
--- /dev/null
+++ b/recipes/wip/dev/bugstalker/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/godzie44/BugStalker"
+[build]
+template = "cargo"
+dependencies = [
+    "libunwind",
+]
diff --git a/recipes/wip/tools/goldboot/recipe.toml b/recipes/wip/tools/goldboot/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..aee8d26d9aa650664d33a82f8620c8c38fd0345d
--- /dev/null
+++ b/recipes/wip/tools/goldboot/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/fossable/goldboot"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages goldboot
+"""