railguard-skill
Static security vulnerability scanning and scan accuracy benchmarking
All Skills in This Repository (7)
Pure Emerald Level Indicatorsrailguard-superagent-scan
Analyze a code repository with 12 vulnerability rules and return consolidated findings JSON.
railguard-unified-scan
Coordinate 12 subagents for multi-phase vulnerability analysis with SQLite tracking.
railguard-benchmark
Store security scan findings in SQLite and compare runs against answer sheets.
Railguard Orchestrated Security Scanner โ Enhanced Variant
Coordinate 12 specialized subagents to analyze repository code for security vulnerabilities.
railguard-vulncategory-scan
Scan codebases for injection, CORS, access control, and logic vulnerabilities.
railguard-securityagentsonly-scan
Run all 12 security subagents unconditionally to collect raw vulnerability findings for benchmarking.
railguard-db-updates-orchestrated-scan
Coordinate 12 parallel subagents for multi-phase security analysis with SQLite progress tracking.
Frequently Asked Questions
FAQPage SchemaHow to install railguard-skill?โผ
Run `npx skills add Netflix-Skunkworks/railguard-skill --all -g -y` in your terminal to install all scan variants globally.
What vulnerabilities does Railguard detect?โผ
It covers 12 domains including SQL injection, XSS, command injection, CORS misconfiguration, authentication and authorization flaws, path traversal, file upload issues, hardcoded secrets, and prompt injection.
Which Railguard scan variant should I use?โผ
Use the orchestrated scan for the most accurate results, the superagent or category scan for lower cost on small repos, and the unified or DB-tracked variants for large repositories that need crash recovery.
Does Railguard work with Claude Code?โผ
Yes. All scan variants follow the standard SKILL.md format and run directly in Claude Code and other compatible coding environments.
Is Railguard production-ready?โผ
No. It is an active research project from Netflix Skunkworks, so expect false positives, coverage gaps, and changing behavior. Always have a human review findings before acting on them.
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