agents
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill defines sub-agents (complexity-triage, doc-reviewer, doc-updater, tdd-guide) that ingest untrusted data such as user requirements, Notion tickets, and code diffs. While the definitions include 'Input Defense Baseline' instructions to ignore embedded commands, the agents possess capabilities like 'Bash', 'Write', and 'Edit'.\n
- Ingestion points: Task descriptions and requirements in
complexity-triage.md,doc-reviewer.md,doc-updater.md, andtdd-guide.md.\n - Boundary markers: The 'Input Defense Baseline' sections instruct agents to treat inputs strictly as data.\n
- Capability inventory: Tools include
Bash,Write,Edit,Read,Grep, andGlob.\n - Sanitization: Primarily relies on LLM-based policy enforcement rather than input filtering.\n- [EXTERNAL_DOWNLOADS]: The skill documentation in
SKILL.mddescribes a fallback mechanism to download agent definition files from the author's public GitHub repository (github.com/ashe-li/agent-skills) if they are missing from the local environment.\n- [COMMAND_EXECUTION]: Sub-agent definitions fordoc-updater.mdandtdd-guide.mdauthorize the use of theBashtool to perform git operations and execute test suites, which are standard for their described purposes but represent a functional attack surface.
Audit Metadata