airbnb-listing-detail
Audited by Socket on Aug 4, 2026
1 alert found:
AnomalyNo direct evidence of host-compromising malware exists in the Python module itself (no exec/eval, no persistence, no local data theft, and the only output is a printed JS payload). However, the module generates a network-executing JavaScript snippet that calls an external API using hardcoded credential-like headers (including an 'X-Airbnb-API-Key') and bypass/CSRF-like headers. This represents a meaningful supply-chain and operational risk: secret exposure, potential unauthorized scraping/automation, and elevated consequences if the key/headers are reused or leaked. The data handled appears limited to publicly available listing sections returned by the target API, but the access method is the primary concern.