security-verify
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill's 'audit' and 'scan' modes ingest untrusted source code from a user-specified target path to perform security reviews. This creates a surface where malicious instructions embedded in the code being audited could attempt to influence the agent's behavior or findings.\n
- Ingestion points: Source code files located in the
TARGET_PATHor current project directory as described inSKILL.md.\n - Boundary markers: Absent; the agent is instructed to read code 'deeply' to find vulnerabilities without explicit delimiters or warnings to ignore instructions within the target code.\n
- Capability inventory: The skill uses
Bash,Read,Grep, andGlobtools (SKILL.md), and has the ability to spawn subagents for adversarial logic review.\n - Sanitization: No explicit sanitization, escaping, or filtering of the audited code content is mentioned before processing.\n- [COMMAND_EXECUTION]: The skill executes local shell scripts such as
scanner-runner.shanddast-runner.shfrom its own library directory, as well as standard security CLI tools likegrep,npm audit, andpip-audit. These actions are functionally necessary for security verification.\n- [EXTERNAL_DOWNLOADS]: The skill usesuv run --with pip-auditto dynamically fetch and execute thepip-auditutility. It also suggests usingbrew install nucleifor enhanced dynamic testing. These downloads target well-known and reputable security tools and package registries.
Audit Metadata