callstack-simulation
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external content (Target and Supporting Context) to generate its simulation.
- Ingestion points: The
Target(prose, code, or skill) andSupporting contextinputs defined inSKILL.mdare processed as authoritative sources for the simulation. - Boundary markers: The skill lacks explicit instructions to disregard natural language commands that might be embedded within the
Targetdata, potentially allowing embedded instructions to influence agent behavior during simulation. - Capability inventory: The agent is instructed to write the simulation report to a "resolved destination" (file system), which could be manipulated if injected instructions redirect the output or alter the content.
- Sanitization: No input sanitization or validation of the
Targetcontent is performed before simulation. - [PRIVILEGE_ESCALATION]: The skill requests the ability to write files to a repository-relative destination.
- Evidence:
SKILL.mdProcedure 5 ("write it at the resolved destination") and Control D ("repository-relative Markdown destination") describe the file-writing capability. - Mitigation: The skill includes a safety check in Procedure 1: "Revising an existing destination requires explicit user authority" and "stop when the requested destination exists without revision authority."
Audit Metadata