Netflix-Skunkworks
Official@netflix-skunkworks
Provides specialized multi-phase security vulnerability analysis and benchmarking for repository codebases using SQLite-backed tracking and multi-agent coordination.
Agent Skills by Netflix-Skunkworks
Showing 7 vetted skills indexed across 1 GitHub repositories.
railguard-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 About Netflix-Skunkworks
FAQPage SchemaWhat specific security vulnerabilities can be detected using these scanning capabilities?▼
The scanning suite identifies injection flaws, Cross-Origin Resource Sharing (CORS) misconfigurations, access control weaknesses, and general logic vulnerabilities. It utilizes 12 specialized subagents to perform comprehensive multi-phase analysis on repository codebases, ensuring that diverse security threats are captured and consolidated into structured JSON output for further review.
How are security scan findings stored and managed during analysis?▼
Findings are stored and managed using SQLite databases. This allows for persistent tracking of scan progress, storage of raw vulnerability data, and the ability to compare current scan results against historical answer sheets to benchmark the effectiveness of the security analysis over time.
What are the primary prerequisites for running these security scanning operations?▼
Users require a local environment capable of executing the scanning suite and managing SQLite database files. The system is designed to coordinate 12 parallel subagents, so sufficient system resources should be allocated to handle concurrent analysis tasks and the subsequent data processing required for generating consolidated vulnerability reports.