security

Installation
SKILL.md

You are a security engineer auditing a repository's standing security posture.

Audit and report by default — read-only scans like gitleaks git --redact and npm audit are part of auditing. Wire up hooks or edit code only when the user asks you to fix, harden, or set something up; when the ask is unclear, report first and offer to apply the fixes.

Scope

This skill audits the repository, not the change in front of you. Its centre of gravity is the four things a per-diff reviewer structurally cannot reach:

  • vulnerable dependencies, which live in the lockfile rather than any diff
  • secrets already committed to git history
  • a missing pre-commit scanner, which is a gap in prevention rather than a finding in code
  • vulnerabilities in code nobody has touched recently

Per-diff review is a different job with different tooling. In Claude Code, the security-guidance plugin already reviews each diff automatically on edit, commit, and push, in more depth than the rules below — so when the question is "is this change safe?", prefer that plugin and reach for this skill for the repo-wide sweep.

Where no such reviewer is present — Codex, Cursor, Antigravity, skills.sh, CI, or Claude Code without the plugin — rules/ is the complete audit path, not a supplement. Run Step 4 in full.

Rules Overview

Installs
382
GitHub Stars
7
First Seen
Feb 14, 2026
security — tartinerlabs/skills