systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script
find-polluter.shthat executesnpm teston files discovered via thefindcommand. It also references a workspace helper tool executed throughpython <aegis-workspace-helper>inSKILL.mdfor project initialization and evidence management. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection due to its primary function of processing external data.
- Ingestion points: The agent is instructed to read and analyze potentially untrusted data including error messages, stack traces, and reproduction evidence as described in
SKILL.mdandroot-cause-tracing.md. - Boundary markers: The instructions lack specific boundary markers or "ignore" directives to prevent the agent from mistakenly executing instructions that might be embedded within logs or test artifacts.
- Capability inventory: The skill allows the agent to execute shell commands via
npmandpythonutilities. - Sanitization: There is no evidence of sanitization, filtering, or validation of the diagnostic data before it is processed by the agent.
Audit Metadata