security-scanning

CI security scanning: secrets, deps, SAST, triage, expiring exceptions

$ 安裝

git clone https://github.com/bobmatnyc/terminator /tmp/terminator && cp -r /tmp/terminator/.claude/skills/universal-security-security-scanning ~/.claude/skills/terminator

// tip: Run this command in your terminal to install the skill


name: security-scanning description: "CI security scanning: secrets, deps, SAST, triage, expiring exceptions" version: 1.1.0 category: universal author: Claude MPM Team license: MIT progressive_disclosure: entry_point: summary: "Baseline CI scans (secrets, deps, SAST) with triage and expiring exceptions" tags: [security, scanning]

Security Scanning

Quick Start

  • Secrets: fail fast; rotate on exposure.
  • Dependencies: gate critical/high; automate updates.
  • SAST: start high-signal; ratchet over time.
  • Exceptions: require reason, owner, and expiry.

Load Next (References)

  • references/tooling-matrix.md
  • references/ci-workflows.md
  • references/triage-and-remediation.md
  • references/common-findings-and-fixes.md
  • references/supply-chain-and-sbom.md