cookie-debugging
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest data from external websites, creating a potential surface for indirect prompt injection via malicious cookie values, page snapshots, or console logs. 1. Ingestion points:
evaluate_scriptfor cookie retrieval,take_snapshotfor DOM inspection, andlist_console_messagesinSKILL.md. 2. Boundary markers: The instructions do not specify the use of delimiters or safety warnings for processing untrusted web content. 3. Capability inventory: Includesevaluate_script,navigate_page, andclick(SKILL.md). 4. Sanitization: No sanitization or validation of external content is performed. - [COMMAND_EXECUTION]: The skill provides a shell command for the agent to parse JSON audit reports locally. Evidence: Use of
node -eto process/tmp/lh-report/report.jsoninSKILL.md. - [DYNAMIC_EXECUTION]: The skill utilizes browser-side script evaluation to interact with cookies and the document object model. Evidence: Frequent use of
evaluate_scriptwithcookieStoreanddocument.cookieAPIs inSKILL.md.
Audit Metadata