agent-dx
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8) by processing untrusted data from multiple project sources.
- Ingestion points: Reads repository configuration and context files such as
package.json,pyproject.toml,requirements.txt,.github/workflows/*.yml, andCLAUDE.md(found inSKILL.md). - Boundary markers: Absent. The instructions do not specify the use of delimiters or provide "ignore embedded instructions" warnings for the content read from the repository.
- Capability inventory: The skill has the capability to execute shell commands for tool verification and generate user-facing reports containing installation instructions.
- Sanitization: Absent. Content extracted from repository files is interpolated into the analysis and final report without explicit validation or escaping.
- [COMMAND_EXECUTION]: The skill performs dynamic command execution to verify the availability of detected development tools.
- Evidence: Executes commands including
bunx vitest --version,bunx biome --version,tsc --version,pytest --version,ruff --version, andcargo clippy --version(detailed inSKILL.mdStep 2c). - Context: These commands are limited to version verification for auditing purposes.
- [EXTERNAL_DOWNLOADS]: The skill provides installation recommendations for external software.
- Evidence: Recommends the command
curl -fsSL https://bun.sh/install | bashfor the Bun runtime (found inreferences/tool-matrix.md). - Context: This recommendation targets a well-known service (Bun) and is presented as guidance in the output report rather than being executed automatically by the skill.
Audit Metadata