deep-audit
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by processing untrusted external artifacts and interpolating them directly into sub-agent prompts during the audit process.
- Ingestion points: Artifacts and files defined in the
working_scopeare read from the file system and passed to auditor agents (SKILL.md). - Boundary markers: Auditor templates utilize markdown headers for structure but lack explicit instruction isolation or strong delimiters (e.g., XML tags or "ignore instructions" warnings) to prevent embedded commands from influencing sub-agents (SKILL.md).
- Capability inventory: The skill possesses significant capabilities, including file system access via
Read,Write, andBash, and the ability to orchestrate complex tasks via theTasktool (SKILL.md). - Sanitization: No evidence of content validation, escaping, or sanitization is present before the data is interpolated into auditor prompts.
- [EXTERNAL_DOWNLOADS]: The skill identifies external dependencies and provides instructions for retrieving them from a vendor-specific source.
- Evidence: Error messages guide the user to clone the
github.com/mikeng-io/agent-skillsrepository to install missing dependency skills (SKILL.md). - [COMMAND_EXECUTION]: The skill utilizes restricted shell commands for necessary environment and output management.
- Evidence: Uses
lsfor dependency verification andmkdirfor managing report output directories (SKILL.md).
Audit Metadata