deer-sense
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to execute automated accessibility scans using industry-standard command-line tools like
axe-coreandlighthouse. It also references a local project-based utility calledglimpse, which is executed via theuvtool runner to capture screenshots and logs from the target web application.- [EXTERNAL_DOWNLOADS]: The skill recommends the use of well-known developer tools and libraries from the npm registry, such as@axe-core/cli,@axe-core/puppeteer, andeslint-plugin-svelte-a11y, to facilitate the auditing process.- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection because it is designed to ingest and process content from external web pages. While this is inherent to its primary function as an accessibility auditor, malicious instructions could potentially be embedded in a website's ARIA attributes or metadata to influence agent behavior. - Ingestion points: Target URLs provided for scanning in
SKILL.mdandreferences/automated-scanning.md. - Boundary markers: No specific delimiters or "ignore instructions" warnings are applied to the external web content being audited.
- Capability inventory: Includes subprocess execution via
npxanduv runfor running audit tools. - Sanitization: No explicit sanitization or filtering of external web content is mentioned before processing.
Audit Metadata