birth
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill creates an attack surface by interpolating unsanitized user inputs into a GitHub issue body intended to be read by another AI agent.
- Ingestion points: The
gh issue createcommand inSKILL.mduses variables like[NAME],[PURPOSE], and[THEME]gathered from human input. - Boundary markers: The data is structured in Markdown tables, but there are no explicit delimiters or instructions to the reading agent to ignore embedded commands.
- Capability inventory: The skill anticipates that the 'New Oracle' will have the capability to execute commands like
/learn,/calibrate, and/awakenbased on the content of the issue. - Sanitization: No sanitization or escaping logic is present to prevent malicious strings from being treated as instructions by the downstream agent.
- [External Downloads] (LOW): The skill directs the agent to 'learn' from external GitHub repositories (
Soul-Brews-Studio/opensource-nat-brain-oracleandSoul-Brews-Studio/oracle-v2). These repositories belong to an organization that is not on the trusted list, meaning their contents have not been verified for safety.
Audit Metadata