walmart-category-listing
Warn
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The instructions in
SKILL.mddirect the agent to execute shell commands using the patterneval "$(python scripts/extract-listing.py)". This involves generating code at runtime and executing it directly in the shell environment. While the script currently outputs JavaScript intended for a browser tool, the instruction toevalcommand output is a dangerous pattern that could lead to arbitrary command execution if the script is modified or compromised. - [PROMPT_INJECTION]: The skill ingests untrusted content from
walmart.com, specifically product titles and descriptions, which could contain malicious instructions designed to influence the agent's behavior. - Ingestion points: The
scripts/extract-listing.pyscript extracts various text fields (name, brand, shortDescription) from thewindow.__NEXT_DATA__object of Walmart category pages. - Boundary markers: None. The skill does not provide instructions to the agent to ignore or delimit embedded content within the scraped data.
- Capability inventory: The skill has access to the
browser-acttool and thebashenvironment for command execution. - Sanitization: There is no evidence of sanitization, validation, or filtering of the extracted product information before it is processed or presented to the agent.
Audit Metadata