amazon-search-listing
Warn
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill generates JavaScript scripts at runtime using
scripts/extract-search-results.pyand executes the resulting code within a browser session via thebrowser-act evalcommand. This pattern of script generation and execution represents a dynamic code risk. - [INDIRECT_PROMPT_INJECTION]: The skill extracts product metadata, titles, and badge text directly from Amazon search result pages. Since this content is provided by external sellers, it represents an attack surface for indirect prompt injection if the agent subsequently processes the scraped text as instructions.
- Ingestion points:
SKILL.mdandscripts/extract-search-results.pyingest data from Amazon product cards (specifically titles, badges, and delivery descriptions). - Boundary markers: No specific boundary markers or 'ignore' instructions are used when passing extracted data back to the agent.
- Capability inventory: The agent has access to the
browser-acttool, which allows for shell-like interaction with a browser environment, including navigation and code evaluation. - Sanitization: The extraction script performs basic numeric parsing but does not sanitize or escape the string content of product titles or badges before returning them in the JSON response.
Audit Metadata