Skip to content
Security
Skill

/security-review

Run a focused STRIDE-based security review using Bug Hunter-native artifacts. Use whenever the user asks for a full security audit, repository security review, weekly security scan, PR security review with deeper validation, or wants dependency CVEs and threat-model context

From plugin
bug-hunter
48010 skills
Install
$ npx -y skills add codexstar69/bug-hunter --skill security-review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/security-review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run a focused STRIDE-based security review using Bug Hunter-native artifacts. Use whenever the user asks for a full security audit, repository security review, weekly security scan, PR security review with deeper validation, or wants dependency CVEs and threat-model context

SKILL.md

security-review.SKILL.md
name: security-review
description: Run a focused STRIDE-based security review using Bug Hunter-native artifacts. Use whenever the user asks for a full security audit, repository security review, weekly security scan, PR security review with deeper validation, or wants dependency CVEs and threat-model context combined into one workflow.

Security Review

This is a bundled local Bug Hunter companion skill. It packages a security-focused review workflow without introducing any external marketplace dependency.

Purpose

Use this skill for deeper security audits than a simple bug hunt, especially when the user wants:

  • a full security review
  • PR security validation
  • weekly security scanning
  • dependency reachability + code review together
  • threat-model-driven analysis

Workflow

1. Ensure `.bug-hunter/threat-model.md` exists.

  • If missing, invoke the bundled `threat-model-generation` skill.

2. Determine the scan mode from the request:

  • PR → diff-scoped review via `commit-security-scan`
  • staged → staged-only security review
  • weekly → recent commit range on the default branch
  • full → full repository security audit

3. If dependency scanning is relevant, run:

  • `node scripts/dep-scan.cjs --target <path> --output .bug-hunter/dep-findings.json`

4. Scan code for STRIDE threats using Bug Hunter-native conventions. Reuse:

  • `.bug-hunter/triage.json`
  • `.bug-hunter/threat-model.md`
  • `.bug-hunter/security-config.json`
  • `.bug-hunter/dep-findings.json`

5. Validate severe findings using the bundled `vulnerability-validation` skill.

6. Produce structured outputs compatible with the Bug Hunter pipeline.

Outputs

Primary artifacts should stay inside `.bug-hunter/`:

  • `.bug-hunter/hunter-findings.json`
  • `.bug-hunter/referee.json`
  • `.bug-hunter/report.md`
  • `.bug-hunter/dep-findings.json` when dependency review is enabled
  • `.bug-hunter/fix-strategy.json` if the user wants remediation planning

Important constraints

  • Keep all paths Bug Hunter-native; do not emit `.factory/*` artifacts.
  • Prefer validated, exploitability-aware findings over raw volume.
  • For patching requests, hand findings back to the normal Bug Hunter fix pipeline rather than inventing a second patch system.
Read more
Ships withbug-hunter

Adversarial AI bug hunter with auto-fix skill for Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, Kiro CLI, Opencode, Pi Coding Agent, and more. Multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs — then fixes them autonomously on a safe branch.

Get the whole plugin
Stats
480
Stars
57
Forks
Active
Maintenance
JavaScript
Language
MIT
License
6d ago
Last commit
5mo ago
Created

Repo: codexstar69/bug-hunter

Other skills on bug-hunter.