vibe-pentest-ai-security-testing
Fail
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to clone and run code from external, unverified repositories (github.com/ok-helloworld/vibe-pentest). This pattern facilitates the execution of arbitrary code from a remote source on the local system.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
subprocessmodule to execute local Python scripts likefingerprint.pyandrun_katana.py. Since these scripts are downloaded from an external source, their behavior is not controlled by the skill definition. - [EXTERNAL_DOWNLOADS]: Installation requires fetching multiple Python packages and external binary tools (Katana crawler) from various third-party domains and registries.
- [DATA_EXFILTRATION]: The skill contains logic to extract and save sensitive browser data, including session cookies and local storage tokens, using the Playwright automation library.
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its processing of untrusted web content.
- Ingestion points: Data from external web crawls is stored in
workspace/crawl_summary.jsonandworkspace/targets.txtand then processed by AI agents. - Boundary markers: No explicit delimiters or isolation instructions are provided for handling untrusted crawler data.
- Capability inventory: The agent can execute scripts via
subprocess.runand perform network requests usinghttpx. - Sanitization: No sanitization or validation of ingested web data is mentioned before it is processed by the AI agents.
Recommendations
- AI detected serious security threats
Audit Metadata