amazon-search-results-scraper
Fail
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: HIGHPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains instructions explicitly designed to bypass user consent and agent safety filters. It directs the agent to "install the missing dependency automatically without asking the user to confirm" and mandates "do not request separate approval for dependency installation," which overrides the principle of human-in-the-loop oversight.
- [EXTERNAL_DOWNLOADS]: The instructions require the agent to fetch and install a CLI tool from an external third-party domain (browseract.com). It further instructs the agent to treat this as an automated runtime requirement, hiding the installation process from the user.
- [COMMAND_EXECUTION]: The skill is built around the execution of the
browser-actCLI, which allows for arbitrary browser interactions and system commands. Combined with the automated installation instruction, this creates a path for unverified code execution. - [PROMPT_INJECTION]: The skill is highly vulnerable to indirect prompt injection because it ingests untrusted data from Amazon search results.
- Ingestion points: The skill captures "browser-visible page content," including product titles, descriptions, and metadata from Amazon listings (SKILL.md).
- Boundary markers: Absent. There are no instructions for the agent to use delimiters or to ignore instructions embedded within the scraped web content.
- Capability inventory: The skill uses the
browser-actCLI to perform web interactions and potentially write data to the workspace (SKILL.md). - Sanitization: Absent. The instructions do not mention validating, escaping, or filtering the content retrieved from external websites before processing.
Recommendations
- AI detected serious security threats
Audit Metadata