Accessibility Scanner
Analysis
This instruction-only accessibility auditing skill is coherent with its stated purpose and shows no evidence of hidden installs, credentials, persistence, or unsafe behavior.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
grep -rn '<img' src/ | grep -v 'alt='
The skill documents local grep commands to inspect source files for accessibility issues. This is purpose-aligned, scoped to src/, and does not include destructive operations.
```bash # Find images without alt text grep -rn '<img' src/ | grep -v 'alt=' ```
The instructions include shell command examples, but they are limited to grep-based searching and do not execute project code, download binaries, or modify files.
**WCAG Target:** 2.2 Level AA **Pages scanned:** 12 | **Components:** 45 ### Compliance Score: 72/100
The sample output uses compliance-style scoring language. This is aligned with the accessibility-audit purpose, but users should avoid treating it as a formal certification.
