warden-skills
Automated security code review for real vulnerabilities
Tells the agent how skills in this repository are structured, named, and discovered by Warden, and sets the authoring rules (trace-first analysis, one concern per skill, calibrated severity) the agent must follow when running or writing these security review skills.
All Skills in This Repository (5)
Pure Emerald Level Indicatorswrdn-pii
Detect real personal identifiers and customer-confidential data in code changes.
wrdn-gha-workflows
Identify exploitable GitHub Actions workflow defects from untrusted data in privileged contexts.
wrdn-authz
Trace authorization paths to report permission boundary bypasses.
wrdn-code-execution
Trace untrusted input to code-execution sinks across languages and frameworks.
wrdn-data-exfil
Trace untrusted input to response, log, and export sinks.
Frequently Asked Questions
FAQPage SchemaHow to install warden-skills?โผ
Run `npx skills add getsentry/warden-skills --all -g -y` in your terminal to install all security review skills globally.
What security bugs does warden-skills detect?โผ
It finds authorization flaws like IDOR and privilege escalation, code execution sinks like command injection and unsafe deserialization, data exfiltration paths like SSRF and SQL injection, PII leaks, GitHub Actions exploits, and denial-of-service bugs.
Does warden-skills work with my framework?โผ
Yes. It includes dedicated reference guides for Django, FastAPI, Flask, Express, NestJS, Next.js, tRPC, and GraphQL, with examples in both Python and TypeScript.
How does warden-skills avoid false positives?โผ
Each skill requires the agent to trace data flow from attacker-controlled input to the dangerous sink and verify mitigations before reporting, with explicit lists of safe patterns to ignore.
Can I use warden-skills without security expertise?โผ
Yes. Each finding includes the file and line, severity, the exploit path, and a concrete fix, so any developer can act on the results.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core