web-archive-scraper
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
web.archive.org. This is the core purpose of the skill and is directed at a well-known, reputable service for historical data retrieval. Requests are throttled to respect rate limits. - [DATA_EXFILTRATION]: No sensitive local data access or transmission to unauthorized domains was detected. The script processes public archival data. While the skill mentions optional
SUPABASE_URLandSUPABASE_KEYfor persistence, these are user-provided environment variables and the current implementation of the script does not actually contain the logic to push data to Supabase; it operates entirely in a one-shot stateless mode using stdout. - [COMMAND_EXECUTION]: The script uses standard
argparsefor CLI interaction. There are no instances ofos.system,subprocess, orevalthat would allow for arbitrary command execution. User input is used to construct the query parameters for the Wayback Machine API in a safe manner usingurllib.parse.urlencode.
Audit Metadata