localhost-screenshots
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill captures page content (ARIA snapshots, DOM, text) which can contain instructions intended to influence the agent.
- Ingestion points: Structured page data is captured in
assets/scripts/screenshot-a11y.jsandreferences/ai-snapshots.mdviaariaSnapshotand DOM serialization. - Boundary markers: The skill uses an
untrusted-page-contentJSON envelope and HTML comment headers to explicitly delimit captured data from instructions. - Capability inventory: The skill possesses file-writing capabilities (
fs.writeFileSync), screenshot capture, and browser navigation across all helper scripts. - Sanitization: DOM snapshots in
references/ai-snapshots.mdinclude logic to strip executable handlers and elements such as<script>,onclick, andiframebefore persistence. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the Playwright browser automation framework and its associated Chromium binary.
- Evidence:
SKILL.mdandreferences/playwright-patterns.mdprovide instructions to installplaywright@1.62.0and its browser dependencies. These are standard tools from a well-known service. - [COMMAND_EXECUTION]: The skill utilizes shell commands to manage dependencies, serve local files, and execute helper scripts.
- Evidence: Instructions are provided for
npm install,npx serve, and running Node.js scripts likeassets/scripts/multi-breakpoint.js. The skill includes explicit warnings against using elevated privileges (sudo) for these operations.
Audit Metadata