quality
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill ingests untrusted source code from project directories and passes it to LLM agents for analysis, creating a surface for instructions embedded in code (e.g., comments) to influence agent behavior.
- Ingestion points: The skill uses
Read,Glob, andGreptools to read files fromspaces/[project]/. - Boundary markers: Absent. There are no instructions to the agent to ignore or delimit embedded commands within the source files.
- Capability inventory: The skill has access to the
BashandTasktools, allowing it to execute shell commands and coordinate other agents. - Sanitization: Absent. The skill does not perform any escaping or validation of the code content before processing.
- Command Execution (SAFE): The skill uses the
Bashtool to executenpm test,npm run lint, andnpm run type-check. While these execute code, they are standard operations for a code quality tool and align with the primary purpose of the skill.
Audit Metadata