p8-security

p8-security is a command for Claude Code from jonase47/ccpr. It costs 0 tokens per session (1,780 once invoked), scanned A, original, MIT.

An ongoing security review command for updating dependencies, scanning the project, checking for newly reported security weaknesses, and retesting important areas.

In plain words
What is it for?
Use it for dependency reviews, security scans, CVE checks, or retesting areas such as authentication.
Why use it?
Security issues can appear after the original release as software dependencies and known vulnerabilities change. This keeps security checks recurring instead of one-time.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it for dependency reviews, security scans, CVE checks, or retesting areas…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jonase47/ccpr/p8-security
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for p8-security

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p8-security.svg)](https://agentmods.dev/commands/jonase47/ccpr/p8-security)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p8-security"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p8-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,780 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01780
Opus 5 $0.00000 $0.00890
Sonnet 5 $0.00000 $0.00356
Haiku 4.5 $0.00000 $0.00178

Measured today against content hash 2bc7e630ead1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

p8-security scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/p8-security.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/p8-security – Ongoing Security: Dependency Updates, Scans & Re-Tests

Keeps the security of the running system current: regular dependency updates, security scans, checking for new CVEs, and periodic re-tests of critical areas. Security is not a one-time task – it must be continuously maintained.

Argument: $ARGUMENTS = [Focus, e.g. "Dependencies", "full scan", "Re-Test Auth", "CVE check"]

If provided: Execute the specified security task. If not provided: Read TECH_STACK.md and SECURITY.md and conduct a complete security update review. If any context is missing, ask about the desired focus or recommend the standard procedure.

0. Work-item adoption guard (ADR-0002 §8)

Run python3 ~/.claude/scripts/workitems.py list.

  • Non-empty array → the project uses the structured store. Use the CLI for the Critical findings in step 4 below (instead of appending BACKLOG.md prose).
  • [] and no docs/workitems/ directory → still on prose. Append Critical findings to BACKLOG.md as before. Emit one line: "Tip: run lift to adopt the structured work-item store."
  • [] but docs/workitems/ exists → adopted store, just empty right now. Treat as adopted: use the CLI, not the prose fallback.

See handbook/WORKITEMS.md §8 for the full guard rationale and the status-verb mapping.

Execution

1. Read Context

Read the following files (if available):

  • SECURITY.md (security architecture and requirements – reference document)
  • TECH_STACK.md (all dependencies and versions)
  • SECURITY_AUDIT_REPORT.md (most recent audit as comparison basis)
  • PENTEST_REPORT.md (most recent pentest findings as re-test baseline)

2. Delegation to Security Master Agent (Lead)

Delegate security maintenance to the security-master agent:

Execute the following security measures: $ARGUMENTS Reference: SECURITY.md, TECH_STACK.md, most recent audit/pentest as comparison basis.

A. Dependency Audit

  • Scan all direct and transitive dependencies for known vulnerabilities (CVE database)
  • Prioritisation by CVSS score: critical (≥ 9.0) / high (7.0–8.9) / medium (4.0–6.9)
  • For each critical and high vulnerability: affected package, CVE ID, available update, effort
  • Are there packages without active maintenance or with announced end-of-life?
  • Recommendation: what must be updated immediately, what can wait?

B. Update Plan

  • Which updates are breaking changes (major version)?
  • Which updates are low-risk (patch level)?
  • Order: first critical security patches, then minor, then major
  • Test strategy: which tests must remain green after the updates?

C. Security Scan (SAST & Configuration)

  • Static code analysis: new vulnerabilities since the last scan?
  • Configuration check: have any security-relevant configurations changed?
  • Secrets scan: have any secrets accidentally ended up in the code or git history?
  • Security headers: are all HTTP security headers still set correctly?

D. Periodic Re-Test (recommended: quarterly) Check whether known vulnerabilities from the last pentest are truly resolved:

  • Take the fixed findings from PENTEST_REPORT.md
  • Test each fix: is it still effective? Has an update reverted it?
  • Are there new attack surfaces from new features since the last pentest?

Read the full file on GitHub · 135 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed 2bc7e630ead1
  2. 3d ago First seen · 135 lines · 0 tokens per session scan A 025eed6de4a2

Subscribe to this mod's changes

p8-security is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,780 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.