web-security-scanner-pro
Warn
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the tool's source code from a non-vetted external GitHub repository.
- Evidence:
git clone https://github.com/miladrezanezhad/web-security-scanner-pro.gitinSKILL.md. - [REMOTE_CODE_EXECUTION]: The installation process involves executing code that was downloaded from an external source.
- Evidence: The skill instructs the user to run the tool using
python main.pyafter cloning the repository. - [COMMAND_EXECUTION]: The skill relies on executing shell commands to perform security scans and manage the tool.
- Evidence: Multiple instances of
python main.py scanwith various arguments inSKILL.md. - [PROMPT_INJECTION]: The skill processes untrusted content from scanned websites, creating a surface for indirect prompt injection attacks.
- Ingestion points: Data enters the agent's context through
self.browser.get(target)andresponse.textinSKILL.md. - Boundary markers: No delimiters or instructions to ignore embedded commands are present in the provided documentation.
- Capability inventory: The skill can perform network operations via
requestsand execute CLI commands usingpython main.py. - Sanitization: There is no evidence of sanitization or validation of the ingested external content before processing.
Audit Metadata