walmart-product-detail
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a Python script (
scripts/extract-product-detail.py) to generate a JavaScript snippet that extracts product metadata from the__NEXT_DATA__object on Walmart product pages. This is a standard data extraction pattern for modern web applications. - [SAFE]: The execution pattern
eval "$(python scripts/extract-product-detail.py)"in the instructions is used to execute the generated JavaScript within the context of the user's browser via a browser automation tool. This is confined to the specific tab the user has navigated to. - [SAFE]: No external network requests, third-party dependencies, or sensitive file access patterns were detected. The skill's operational boundary is restricted to reading data already visible in the user's browser.
Audit Metadata