verify
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute a wide variety of CLI utilities includingnpx,pytest,ruff,go, andcargo. It also executes a Python script to parsepackage.jsonfor project detection. The broad access to the shell for running these tools represents a standard but significant capability. - [REMOTE_CODE_EXECUTION]: The skill relies on
npxto run several Node.js tools (eslint,biome,madge,knip,vitest,jest). If these tools are not available in the local environment,npxwill fetch them from the public npm registry, leading to the execution of external code. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from the local repository to drive its logic.
- Ingestion points: Reads project configuration files (
package.json,pyproject.toml) and source code files through various analysis tools (SKILL.md). - Boundary markers: The instructions do not define delimiters or specific safety instructions for handling the output of these tools.
- Capability inventory: The skill has access to the
BashandEdittools, allowing it to execute commands and modify files based on tool output. - Sanitization: There is no evidence of sanitization for data extracted from local files before it is processed by the agent. This creates a surface where malicious content in the repository (e.g., in test failures or linter errors) could influence the agent's subsequent actions.
Audit Metadata