πŸ›‘οΈ
QualityJavaScript

Commit Security Scan

by codexstar69

Commit Security Scan is a Quality skill for Claude Code, published by codexstar69 in bug-hunter.

491 stars60 forkson codexstar69/bug-hunterAdded 2026/08/26+1% in starsRepository updated 2026/08/17
adversarial-aiai-code-reviewauto-fixbug-detectionclaudeclaude-codecode-qualitycodex-clicoding-agentcursordevtoolsgithub-copilotkirollmmulti-agentopencodepi-coding-agentsecurity-scannervscode
Install in seconds
Install Commit Security Scan
Copy Commit Security Scan into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/codexstar69/bug-hunter/tree/main/skills/commit-security-scan ~/.claude/skills/commit-security-scan

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/codexstar69/bug-hunter.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/commit-security-scan/SKILL.md in codexstar69/bug-hunter
Installs to
~/.claude/skills/commit-security-scan
Collection
One of 11 skills cataloged from this repository
Category
Quality β€” 1354 skills

What Commit Security Scan does

Commit Security Scan reviews changed code for security issues using Bug Hunter artifacts and STRIDE context. Use it for PR reviews, staged diffs, branch comparisons, and pre-merge checks of modified files.

Commit Security Scan is cataloged under Quality on DirSkills. Commit Security Scan comes from a repository tagged adversarial-ai, ai-code-review, auto-fix, bug-detection and claude.

Documentation

README

Commit Security Scan

This is a bundled local Bug Hunter companion skill. It is portable and self-contained: use .bug-hunter/* artifacts, never .factory/* paths.

Purpose

Review changed code for security issues only. This skill is optimized for:

  • PR review
  • staged diff review
  • branch diff review
  • commit / commit-range security scanning

Inputs

Resolve the scan scope from the user request:

  • PR review β†’ use scripts/pr-scope.cjs
  • staged review β†’ use git diff --cached --name-only
  • branch diff β†’ use git diff --name-only <base>...<head>
  • commit range β†’ use git diff --name-only <base>..<head>

Workflow

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Commit Security Scan

  • What else does codexstar69 publish alongside Commit Security Scan?

    Commit Security Scan is one of 11 skills that DirSkills catalogs from codexstar69/bug-hunter, the repository it ships in. Its siblings there include Bug Hunter, Doc Lookup and Fixer. Each one is a separate skill with its own page in this directory, installs the same way Commit Security Scan does, and is maintained by codexstar69 in that same repository. The rest of the collection is listed on the codexstar69/bug-hunter page.

  • How does Commit Security Scan compare to other Quality skills?

    Commit Security Scan ranks #1229 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Commit Security Scan against them. Open each page to compare what they document and how they install.

More from codexstar69/bug-hunter

Commit Security Scan is one of 11 skills cataloged on DirSkills from codexstar69/bug-hunter.

See all 11 skills β†’