pactkit

Project Check — Security skill for Claude Code

Security community

QA verification: security scan, code quality scan, Spec alignment.

How to install Project Check

Installs to ~/.claude/skills/pactkit-claude-code-plugin-project-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pactkit-claude-code-plugin-project-check && curl -fsSL https://raw.githubusercontent.com/pactkit/claude-code-plugin/HEAD/commands/project-check.md -o ~/.claude/skills/pactkit-claude-code-plugin-project-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Project Check does


description: "QA verification: security scan, code quality scan, Spec alignment" allowed-tools: [Read, Bash, Grep, Glob]

Command: Check (v1.3.0 Deep QA)

  • Usage: /project-check $ARGUMENTS
  • Agent: QA Engineer

**PRINCIPLE**: Check is a verification-only operation; identify issues but NEVER modify code — fixes made during QA bypass the TDD loop and produce untested changes.

**TOOL RESTRICTION**: This entire command is analysis-only. NEVER use Edit, Write, or Bash write

Alternatives in Security

  • Security Scan Report — Generated: 2026-04-10 20:48 UTC Skills scanned: 134 Total findings: 836 Critical: 32 High: 50 Safe skills: 100 18.1k ★
  • Token Scan — Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP l 3.8k ★
  • Portaljs Check Data Quality — Audit a local or remote tabular file (CSV/TSV) for common data quality issues 2.3k ★

Full documentation available on GitHub

View Source Repository