ebay-item-detail

Pass

Audited by Gen Agent Trust Hub on Aug 4, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a specialized scraper for eBay item listings. It uses a Python script to generate JavaScript that is then executed in the browser context via an external tool (browser-act).
  • [COMMAND_EXECUTION]: The skill instructions include the use of eval "$(python scripts/extract-item-detail.py)". This is a standard pattern for skills that dynamically generate and execute scripts. In this case, the script is local and its logic is focused on DOM parsing of eBay listings.
  • [DATA_EXFILTRATION]: The skill extracts product data from the DOM, but it does not transmit this data to any external network locations. The extracted JSON is returned to the agent's context for use in the current session.
  • [EXTERNAL_DOWNLOADS]: No external dependencies or remote scripts are downloaded. All code is contained within the skill's own directory structure.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 4, 2026, 05:53 AM
Security Audit — agent-trust-hub — ebay-item-detail