railguard-securityagentsonly-scan

Run all 12 security subagents unconditionally to collect raw vulnerability findings for benchmarking.

76|9|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Netflix-Skunkworks/railguard-skill --skill railguard-securityagentsonly-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: railguard-securityagentsonly-scan
Source: https://github.com/Netflix-Skunkworks/railguard-skill/tree/main/.claude/skills/railguard-securityagentsonly-scan
Command: npx skills add https://github.com/Netflix-Skunkworks/railguard-skill --skill railguard-securityagentsonly-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a benchmark control variant that executes all 12 specialized security-analysis subagents unconditionally, enabling raw output collection for comparative benchmarking against orchestrated scans.

Core Features & Use Cases

  • Runs all 12 subagents in parallel without gates, dataflow tracing, FP analysis, or triage enrichment to produce raw findings for benchmarking.
  • Enables direct comparison of coverage, recall, precision, and cost between unconditional-agent scans and gated orchestrated scans.
  • Generates a consistent, reference set of findings suitable for dashboarding and metric tracking.

Quick Start

Execute the raw-agents scan against a repository to collect unfiltered results for benchmarking.

Frequently Asked Questions about railguard-securityagentsonly-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run all security agents unconditionally to collect raw vulnerability findings?

To collect raw vulnerability findings, you can run a raw-agents scan that executes all 12 specialized security subagents unconditionally. This runs every agent in parallel without gates or triage enrichment to produce unfiltered results for benchmarking.

What is unconditional security scanning used for in benchmarking?

Unconditional security scanning serves as a benchmark control variant that produces raw findings. It enables direct comparison of coverage, recall, precision, and cost against gated orchestrated scans to evaluate scanning effectiveness across repositories.

Does this raw security scan include false positive analysis or data-flow tracing?

No, this raw security scan explicitly disables gate-based discovery, data-flow tracing, false positive analysis, and triage enrichment. It focuses solely on complete subagent activation and raw findings collection for unfiltered benchmarking metadata.

Why use unconditional agent scans instead of orchestrated security scanning?

You use unconditional agent scans to generate a consistent reference set of findings suitable for dashboarding and metric tracking. This approach provides a baseline to evaluate how gating and orchestration impact precision, recall, and cost.

What is the best way to benchmark precision and recall across security scanning agents?

The best way to benchmark precision and recall is to execute all 12 specialized security agents unconditionally against target repositories. This generates raw findings and benchmark-logging metadata, enabling direct comparisons between scan configurations.