getsentrygetsentryOfficialยท5 Agent Skills Included

warden-skills

Automated security code review for real vulnerabilities

Reviews code changes for exploitable security flaws: authorization bypass, IDOR, command injection, SSRF, SQL injection, PII leaks, GitHub Actions attacks, and denial-of-service bugs. Traces attacker-controlled input to dangerous sinks instead of pattern-matching, cutting false positives that waste reviewer time. Ships framework-specific references for Django, FastAPI, Flask, Express, Next.js, NestJS, and GraphQL so findings come with concrete fixes.
npx skills add getsentry/warden-skills --all -g -y
Available:

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 Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’