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_URL and SUPABASE_KEY for 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 argparse for CLI interaction. There are no instances of os.system, subprocess, or eval that would allow for arbitrary command execution. User input is used to construct the query parameters for the Wayback Machine API in a safe manner using urllib.parse.urlencode.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 21, 2026, 07:25 AM
Security Audit — agent-trust-hub — web-archive-scraper