competitor-analysis
Fail
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to modify the global
~/.claude/settings.jsonconfiguration file to permanently authorize high-privilege commands, includingnode,rm,sed, andbrowse, without manual confirmation prompts. This practice effectively bypasses the platform's security guardrails and increases the risk of unauthorized command execution if the agent is compromised. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
browseCLI utility vianpm. While this is a vendor-owned resource from Browserbase, it constitutes an external dependency that increases the system's attack surface. - [PROMPT_INJECTION]: The skill possesses a significant attack surface for indirect prompt injection because its pipeline ingests and processes untrusted content from the internet.
- Ingestion points: The
gate_candidates.mjsscript and several enrichment subagents (marketing, discussion, and news lanes) fetch content from external URLs using thebrowse cloud fetchtool. - Boundary markers: The instructions do not implement boundary markers or 'ignore previous instructions' warnings when passing untrusted external text into the subagent prompts.
- Capability inventory: The skill utilizes the
Bashtool to run custom Node.js scripts that perform file system modifications (mkdir,rm), network operations, and screenshot captures. - Sanitization: Sanitization is limited to stripping HTML tags and basic entity escaping; it does not protect against malicious natural language instructions embedded within the fetched content.
Recommendations
- AI detected serious security threats
Audit Metadata