Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.
68
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.85). The required workflow runs `npx -y @accesslint/cli@latest "<url>" ... --format json`, which fetches and audits a live page from a user-supplied URL at runtime; the page’s DOM/text is ingested by the accesslint tooling and then returned as JSON that the agent reads into LLM context, making it outsider-authored free text from arbitrary web content.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.80). The skill invokes npx to fetch-and-run remote npm packages (@accesslint/chrome@latest and @accesslint/cli@latest) from the npm registry (e.g. https://registry.npmjs.org/@accesslint/chrome and https://registry.npmjs.org/@accesslint/cli) at runtime, which executes remote code and is required for the skill to operate.
6e69f00
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.