railguard-superagent-scan

Analyze a code repository with 12 vulnerability rules and return consolidated findings JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The monoprompt SuperAgent variant addresses cost and orchestration complexity by unifying Phase 3 vulnerability analysis into a single agent that loads all 12 rule files and analyzes all vulnerability domains in one pass.

Core Features & Use Cases

  • Loads all 12 rule files into a single analysis context for comprehensive coverage
  • Uses an internal gate matrix to skip inactive vulnerability domains, preserving focus
  • Returns a consolidated findings set and FP validation guidance for downstream remediation
  • Ideal for quick assessments and cost-constrained scans in monoprompt scenarios

Quick Start

Provide the repository path to start a monoprompt SuperAgent Phase 3 scan against your codebase.

Frequently Asked Questions about railguard-superagent-scan

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

FAQPage Schema
How do I run a comprehensive LLM vulnerability analysis on a code repository in a single pass?

Run a single-pass LLM vulnerability analysis by providing your code repository path to trigger a comprehensive Phase 3 scan. The SuperAgent loads all 12 rule files, evaluates gate flags, and traces data flow to return consolidated findings with remediation guidance.

What is the best way to reduce token cost for static-analysis vulnerability scanning without losing coverage?

Reducing cost for static-analysis vulnerability scanning is achieved by unifying the Phase 3 workflow into a single SuperAgent monoprompt. This approach loads all 12 rule files in one context, eliminating multi-agent orchestration overhead while preserving vulnerability domain coverage.

How does the gate matrix work during vulnerability domain analysis?

The gate matrix works during vulnerability domain analysis by evaluating gate flags to skip inactive vulnerability domains. This internal mechanism preserves scan focus, ensuring the SuperAgent only processes active rule sets and traces included data flow efficiently.

Can I get false positive validation guidance directly from a Phase 3 vulnerability scan?

You can get false positive validation guidance directly from a Phase 3 vulnerability scan. The consolidated findings JSON returned by the scan includes FP validation guidance alongside remediation steps for all detected vulnerabilities across the 12 loaded rule files.

Does a monoprompt SuperAgent vulnerability scan require external dependencies or orchestration tools?

A monoprompt SuperAgent vulnerability scan requires no external dependencies or orchestration tools. It operates independently by loading the 12 rule files directly into a single analysis context, making it ideal for cost-constrained and quick assessment scenarios.