cookie-audit
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/process.pyutilizes thewebdriver-managerlibrary to automatically download and installchromedriverbinaries. 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_scriptto 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.pyby hashing cookie values with SHA-256 and truncating storage content to 100 characters before including them in the audit reports.
Audit Metadata