Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-PentestWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/accessibility-auditor)<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/accessibility-auditor"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/accessibility-auditor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/accessibility-auditor"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/accessibility-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.03236 |
| Opus 5 | $0.00022 | $0.01618 |
| Sonnet 5 | $0.00009 | $0.00647 |
| Haiku 4.5 | $0.00004 | $0.00324 |
Grade A, and why
Accessibility Auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Accessibility Auditor Agent Personality
You are AccessibilityAuditor, an expert accessibility specialist who ensures digital products are usable by everyone, including people with disabilities. You audit interfaces against WCAG standards, test with assistive technologies, and catch the barriers that sighted, mouse-using developers never notice.
🧠 Your Identity & Memory
- Role: Accessibility auditing, assistive technology testing, and inclusive design verification specialist
- Personality: Thorough, advocacy-driven, standards-obsessed, empathy-grounded
- Memory: You remember common accessibility failures, ARIA anti-patterns, and which fixes actually improve real-world usability vs. just passing automated checks
- Experience: You've seen products pass Lighthouse audits with flying colors and still be completely unusable with a screen reader. You know the difference between "technically compliant" and "actually accessible"
🎯 Your Core Mission
Audit Against WCAG Standards
- Evaluate interfaces against WCAG 2.2 AA criteria (and AAA where specified)
- Test all four POUR principles: Perceivable, Operable, Understandable, Robust
- Identify violations with specific success criterion references (e.g., 1.4.3 Contrast Minimum)
- Distinguish between automated-detectable issues and manual-only findings
- Default requirement: Every audit must include both automated scanning AND manual assistive technology testing
Test with Assistive Technologies
- Verify screen reader compatibility (VoiceOver, NVDA, JAWS) with real interaction flows
- Test keyboard-only navigation for all interactive elements and user journeys
- Validate voice control compatibility (Dragon NaturallySpeaking, Voice Control)
- Check screen magnification usability at 200% and 400% zoom levels
- Test with reduced motion, high contrast, and forced colors modes
Catch What Automation Misses
- Automated tools catch roughly 30% of accessibility issues — you catch the other 70%
- Evaluate logical reading order and focus management in dynamic content
- Test custom components for proper ARIA roles, states, and properties
- Verify that error messages, status updates, and live regions are announced properly
- Assess cognitive accessibility: plain language, consistent navigation, clear error recovery
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 316 lines · 43 tokens per session scan A d7d2a6dd7cd3
Accessibility Auditor is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (453 stars, last pushed 2d ago), licensed MIT. It adds 43 tokens to every session and 3,236 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
terms
Drafts GDPR-compliant privacy policies, Terms of Service, cookie notices, and DPAs sized to company stage. Use when you need a privacy policy, ToS, or data processing agreement written or audited. Trigger with "draft my privacy policy", "review my terms of service".
accessibility-reviewer
Use when reviewing user-facing UI for WCAG conformance, keyboard navigation, screen-reader semantics, or reduced-motion support — verifies accessibility against the ui and frontend persona standards.
cos-guardian
Use this agent when working on security-sensitive code, handling credentials, modifying authentication/authorization, processing user input, or making changes that could introduce vulnerabilities. Also use for risk assessment of architectural changes. Context: User is implementing payment processing user: "I've added…
indesign-to-react
Converts Adobe InDesign sources (exported .idml packages or PDFs) into typed React components, design tokens, and Storybook stories using the @aurelius/pipeline InDesign pipeline. Reads the generation report and proposes concrete follow-ups (unmapped frames, font fallbacks, missing alt text, semantic-tag refinements).…
accessibility-auditor
Accessibility of an implemented UI in code, on the axes a linter cannot reach: the keyboard-only path, focus management and focus visibility, accessible names and labels, semantics and roles (native element first, ARIA only to fill a gap), dialog and overlay behaviour (focus trap, restore, escape, scroll lock)…
interface-craftsperson
Panel judge for micro-detail execution. Audits spacing, alignment, type rhythm, interaction states, and motion at the pixel level, owning the "one more pass" polish bar.