security
Installation
SKILL.md
Security Skill
Purpose: Run repeatable security checks across code, scripts, hooks, and release gates, plus composable binary/internal-testing primitives and offline repo-surface redteam for authorized targets.
Use this skill when you need deterministic security validation before merge/release, recurring scheduled checks, binary black-box assurance, or offline prompt-surface redteam.
This skill has two complementary surfaces:
- Repository security gate (
scripts/security-gate.sh) — fast/full/nightly scanner gates for code, scripts, hooks, and release readiness. - Composable security suite (
scripts/security_suite.py,scripts/prompt_redteam.py) — testable, reusable primitives for authorized binaries and repo-managed prompt surfaces, with policy gating and machine-consumable outputs.
Quick Start
/security # quick security gate
/security --full # full gate with test-inclusive toolchain checks
/security --release # full gate for release readiness
/security --json # machine-readable report output