athanor
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform inventory tasks, such as tracing call sites withgrep. While intended for analysis, the execution of commands on an untrusted codebase requires careful monitoring. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its core function involves ingesting and analyzing external, potentially untrusted code or data.
- Ingestion points: File paths, module names, or data sources provided in the
Inputssection and processed during theNigredo(Decomposition) stage. - Boundary markers: Absent. The instructions do not specify any delimiters or warnings to the agent to disregard instructions found within the code being analyzed.
- Capability inventory: Access to
Bash,Write,Edit,Read,Grep, andGlobtools across all steps of the transformation. - Sanitization: Absent. There is no mention of sanitizing or escaping the content of the files being processed before they are analyzed or manipulated.
Audit Metadata