Data Validation Suite
Treats input validation as a security control rather than a data quality nicety.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install data-validation-suite@claude-code-workflows
API girdisi doğrulanırken, şema ve tip kontrolü yazılırken ya da enjeksiyon ve SSRF riskleri kapatılırken.
- Author
- Seth Hobson
- License
- MIT
The plugin is a single agent, and it opens by drawing a boundary: this one writes code while a security auditor assesses posture, so hands-on validation and API hardening belong here and threat modelling and compliance work belongs elsewhere. That framing decides the content. Validation is allowlist-first, queries are parameterised without exception, and output encoding is chosen by context rather than applied uniformly, since escaping for HTML does not protect a JavaScript or URL position. Outbound requests get their own section covering destination allowlisting and SSRF prevention, which is the validation case most often forgotten because the untrusted input is a URL that the server itself will go and fetch.
Similar skills
Framework Migration
SkillPicks a migration strategy by codebase size instead of recommending one for everyone.
Accessibility Compliance
SkillWCAG 2.2 auditing with a validator agent that assumes the fix failed until a screenshot proves it.
Security Scanning
SkillPackages SAST setup, dependency scanning and STRIDE threat modeling as one Claude Code plugin.
Comments(0)
Sign in to comment