Netflix-SkunkworksNetflix-SkunkworksOfficialยท7 Agent Skills Included

railguard-skill

Static security vulnerability scanning and scan accuracy benchmarking

Scans source code repositories for security vulnerabilities using parallel specialized analysis passes covering SQL injection, XSS, auth flaws, secrets, and prompt injection. Traces user input from entry points to dangerous sinks, filters false positives, and produces severity-ranked reports with remediation steps. Includes benchmark storage to compare scan runs against ground-truth answer sheets and measure recall and precision.
npx skills add Netflix-Skunkworks/railguard-skill --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

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