airbnb-listing-detail
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a pattern where a Python script generates JavaScript code, which is then passed to a browser automation tool for execution in the user's browser context.
- Evidence:
eval "$(python scripts/listing-detail.py '{listing_id}')"inSKILL.md. - Verification: The generated script in
scripts/listing-detail.pyperforms a standardfetch()request to the official Airbnb GraphQL API (https://www.airbnb.com/api/v3/StaysPdpSections/...). This is a legitimate use for the stated purpose of scraping listing data.
Audit Metadata