developer-toolbox
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Several agents, including the
build-verifier,commit-helper,debugger,orchestrator, andtest-runner, utilize theBashandTasktools. These agents are instructed to execute standard development commands such asnpm run build,git diff, and various testing or debugging scripts. This behavior is consistent with the skill's primary purpose as a developer toolbox and does not exhibit malicious intent. - [INDIRECT_PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection because agents like the
code-revieweranddebuggeringest untrusted content from the local filesystem (e.g., source code, stack traces, and build logs). - Ingestion points: Files are read via
Read,Glob, andGreptools incode-reviewer.md,debugger.md, andtest-runner.md. - Boundary markers: The instructions do not define explicit delimiters or 'ignore' instructions for the processed data.
- Capability inventory: The skill has broad capabilities including file writes (
Write,Edit), shell execution (Bash), and project coordination (Task). - Sanitization: There is no explicit sanitization or validation of the ingested code content.
- Assessment: While these ingestion points exist, they are inherent to the functionality of development tools, and the risk is considered low in the context of the intended use case.
Audit Metadata