security-scan
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute the@claude-flow/clipackage from the NPM registry. This is a standard method for utilizing CLI tools and is consistent with the skill's purpose of performing codebase scans. - [COMMAND_EXECUTION]: Executes shell commands via
npxto initiate security scans, check for CVEs, and generate markdown reports. Note that theallowed-toolsconfiguration specifically restricts the Bash tool tonpxcommands, which is a security best practice for limiting command execution scope. - [DATA_EXFILTRATION]: Scan results are processed and stored using
mcp__claude-flow__memory_store. This interaction occurs within the agent's MCP environment for data persistence and does not constitute unauthorized external data transmission.
Audit Metadata