Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Security Scanning

  • 248 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

Run automated security scans on code, dependencies, and configs before release to catch vulnerabilities, misconfigurations, and policy violations early.

About

Guides Claude through security-scanning workflows for applications and infrastructure: choosing scanners, interpreting SAST/SCA results, prioritizing CVEs, validating secrets and IAM posture, and turning findings into fixes before ship.

  • Dependency and SCA vulnerability detection
  • Static analysis for common exploit patterns
  • Config and secrets exposure checks
  • Pre-deploy security gate automation
  • Actionable remediation guidance for findings

Security Scanning by the numbers

  • 248 all-time installs (skills.sh)
  • Ranked #692 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill security-scanning

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs248
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

What it does

Run automated security scans on code, dependencies, and configs before release to catch vulnerabilities, misconfigurations, and policy violations early.

Files

SKILL.mdMarkdownGitHub ↗

Security Scanning

Quick Start

  • Secrets: fail fast; rotate on exposure.
  • Dependencies: gate critical/high; automate updates.
  • SAST: start high-signal; ratchet over time.
  • Open Source Safety: score components on three axes — license tier, severity-weighted CVEs, obsolescence.
  • Exceptions: require reason, owner, and expiry.

Open Source Safety

Third-party component risk is more than "vulnerable: yes/no". Evaluate each component on three independent dimensions and gate on the worst:

  • License risk: HIGH = strong copyleft / GPL/AGPL/LGPL (whole-app disclosure risk);

MEDIUM = weak copyleft / MPL, EPL (modification disclosure only); LOW = permissive / MIT, Apache-2.0, BSD. Unknown/NOASSERTION → treat as HIGH until identified.

  • CVE weighting: weight by severity (critical ≫ high ≫ medium ≫ low) rather than raw

counts; critical/high block, medium/low track with owner + expiry.

  • Obsolescence: score the gap to latest version; majors-behind or unmaintained

upstream is elevated risk.

See references/open-source-safety.md for the full framework, tier tables, the CVE weighting model, obsolescence scoring, and the transitive-dependency trust model.

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
  • references/open-source-safety.md

Related skills

Securityauditappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.