cookie-audit

Pass

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The script scripts/process.py utilizes the webdriver-manager library to automatically download and install chromedriver binaries. These downloads are retrieved from well-known Google infrastructure to support automated web crawling.
  • [COMMAND_EXECUTION]: The skill uses Selenium WebDriver to perform automated browsing tasks and executes JavaScript snippets via execute_script to retrieve localStorage and sessionStorage data from target websites.
  • [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests untrusted data from external websites (such as cookie names and storage keys). This risk is mitigated in scripts/process.py by hashing cookie values with SHA-256 and truncating storage content to 100 characters before including them in the audit reports.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 03:33 PM
Security Audit — agent-trust-hub — cookie-audit