Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

railguard-skill

railguard-skill 收录了来自 Netflix-Skunkworks 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
76
更新
2026-03-05
Forks
9
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

railguard-benchmark
信息安全分析师

Store security scan findings to SQLite and compare against answer sheets or other scan runs. Use when asked to "store findings", "save scan results", "compare against answer sheet", "benchmark scan", "compare scan runs", "how did the scan perform", "evaluate scan accuracy", "check recall", "show dashboard", "benchmark dashboard", "benchmark trends", or "leaderboard".

2026-03-05
railguard-db-updates-orchestrated-scan
信息安全分析师

Multi-phase security scanner using 12 parallel specialized subagents with SQLite progress tracking. Findings persist to DB for compaction resilience. Best for large repos. Use when asked to "db-tracked scan", "resilient scan", or "large repo security scan".

2026-03-05
railguard-securityagentsonly-scan
信息安全分析师

Security-agents-only scanner using all 12 parallel specialized subagents without discovery, data flow tracing, false positive analysis, or triage. Use when asked to "agents-only scan", "raw agents scan", "no-FP scan", or "security agents only scan".

2026-03-05
railguard-superagent-scan
信息安全分析师

Multi-phase security scanner using a single SuperAgent that loads all 12 rule files and covers all vulnerability domains in one pass. Lower cost alternative to the orchestrated scan. Use when asked to "superagent scan", "monoprompt scan", or "cheap security scan".

2026-03-05
railguard-unified-scan
信息安全分析师

Multi-phase security scanner combining file-handoff parallel FP batching with SQLite progress tracking. Phase 3 agents write findings to /tmp files and return lean stubs. merge-findings.py batches findings for parallel Phase 4 FP agents. scan-progress.py tracks phase lifecycle, agent dispatch/skip/result, and enables crash recovery. Best of both orchestrated-scan and db-updates architectures. Use when asked to "unified scan", "tracked scan", or "resilient security scan". Supports Python, JavaScript, TypeScript, Java, Go, Ruby, and PHP.

2026-03-05
railguard-vulncategory-scan
信息安全分析师

Single-agent security scanner that groups vulnerabilities into 4 category sweeps (Injection, Access Control, Logic, and Network/CORS). Each sweep is gated by architecture detection. No subagent dispatch -- all analysis runs in one context window with sequential passes. Use when asked to "vulncategory scan", "category scan", "monolithic security scan", or "single-agent security scan". Supports Python, JavaScript, TypeScript, Java, Go, Ruby, and PHP.

2026-03-05