agent-security-scanner-mcp
Fail
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: CRITICAL
Full Analysis
- [SAFE]: The skill contains patterns often flagged as malicious, such as prompt injection phrases ("Ignore previous instructions") and risky shell commands ("curl | bash"). However, these occur only within code blocks as illustrative examples of input that the scanner tool is designed to catch and remediate.
- [DATA_EXFILTRATION]: The documentation requests the setup of environment variables for Anthropic and OpenAI API keys. These credentials are used for the LLM-powered code review feature ('cr-agent') and are managed through standard local configuration files.
- [EXTERNAL_DOWNLOADS]: The instructions involve standard package installation via npm and pip for the skill's own components and dependencies. These downloads are legitimate given the skill's role as a developer tool.
- [COMMAND_EXECUTION]: The skill provides tools like
scan_securityandfix_securitywhich perform automated analysis and modification of project files. This behavior is expected and functional for a security auditing and auto-fix server. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it ingests untrusted data (external source code and user-supplied prompts) for analysis via tools such as
scan_securityandscan_agent_prompt. Ingestion points include thefile_pathanduserInputarguments in SKILL.md. While it possesses file-write capabilities throughfix_security, the skill is specifically designed to detect and sanitize malicious patterns within its inputs.
Recommendations
- HIGH: Downloads and executes remote code from: http://malicious.com/script.sh - DO NOT USE without thorough review
- CRITICAL: 1 infected file(s) detected - DO NOT USE
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata