findskill.top logo
findskill.top Skill Marketplace Detail
agentskill.sh secured

accessibility-compliance

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

@wshobson plugins/ui-design/skills/accessibility-compliance/SKILL.md GitHub Stars 30,590

Security score

This tab presents tested categories, issue summaries, and source snippets in an audit-style report.

Security score 90/100
Audited on Mar 28, 2026
Audit summary 0 / 2 / 0

High / Medium / Low

Categories 4
Findings 2
Platforms 4
Sources 1

Categories Tested

Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow

Security Issues

Medium Command Injection
Line 222

Template literal with variable interpolation in command context

Severity: Medium · Category: Command Injection · Line 222
<a href={`#${field}`} className="underline">
Medium Command Injection
Line 342

Template literal with variable interpolation in command context

Severity: Medium · Category: Command Injection · Line 342
announce(`${results.length} results found`);

Mitigations

Review the upstream repository before copying files into a local skills directory.

Confirm install instructions and supported runtimes against SKILL.md instead of a generic readme.

Check each tagged platform path together so install steps do not drift across tools.