supreme-project-audit

supreme-project-audit is a skill for Claude Code from davccavalcante/supreme-coding-guidelines-skill.ah. It costs 148 tokens per session (1,275 once invoked), scanned A, original, no licence file.

An evidence-based method for auditing an entire software or AI project against defined risks and quality criteria.

In plain words
What is it for?
It helps assess project surfaces, model and application threats, and issues using severity levels, coverage maps, STRIDE, and the OWASP LLM Top 10.
Why use it?
It makes the review’s scope, severity levels, and supporting evidence explicit instead of relying on an informal checklist.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the supreme-coding-guidelines plugin — 11 skills shipped together

Good fit It helps assess project surfaces, model and application threats, and issues using severity levels, coverage maps, STRIDE, and the OWASP LLM Top 10.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit
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.

Any agent
npx skills add davccavalcante/supreme-coding-guidelines-skill.ah --skill supreme-project-audit
Clone the repo
git clone --depth 1 https://github.com/davccavalcante/supreme-coding-guidelines-skill.ah

Made for: Claude Code.

Or install supreme-coding-guidelines, the plugin that ships this one along with the rest of its 11 skills.

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 supreme-project-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit/github.svg)](https://agentmods.dev/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit)
Your own site
<a href="https://agentmods.dev/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit"><img src="https://agentmods.dev/badge/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for supreme-project-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit"><img src="https://agentmods.dev/badge/skills/davccavalcante/supreme-coding-guidelines-skill.ah/supreme-project-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,275 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 unknown 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.00148 $0.01275
Opus 5 $0.00074 $0.00638
Sonnet 5 $0.00030 $0.00255
Haiku 4.5 $0.00015 $0.00128

Measured 10d ago against content hash 85c42d0c6c6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

supreme-project-audit 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 10d ago.

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.

skills/supreme-project-audit/SKILL.md · 83 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 83 lines · 148 tokens per session scan A 85c42d0c6c6d

Subscribe to this mod's changes

supreme-project-audit is a skill published in the GitHub repository davccavalcante/supreme-coding-guidelines-skill.ah (4 stars, last pushed 2mo ago), with no licence file. It adds 148 tokens to every session and 1,275 once invoked, about $0.0007 per session on Opus 5. 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-08-31.

Related

Other skills, from other repositories

code-reviewer

Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.

zacklecon/claude-skills · 33 tokens

code-reviewer

Reviews a code diff or pull request for correctness bugs, security vulnerabilities, and quality/maintainability problems, producing severity-ranked findings with file/line references and concrete fix suggestions. Use this skill when the user asks to "review this PR", "review my diff", "code review", "look over these…

JayRHa/AgentSkills · 120 tokens

security-auditor

Audits source code against the OWASP Top 10 (2021) and produces concrete, exploitable findings with proof-of-concept, severity ratings, and copy-pasteable fixes. Use this skill when the user asks to "do a security review", "audit this code for vulnerabilities", "check for OWASP Top 10 issues", "find security bugs"…

JayRHa/AgentSkills · 104 tokens

secure-code-review

Performs a security-focused review of code or a diff, hunting for injection, broken authentication/authorization, insecure crypto, hardcoded secrets, unsafe deserialization, SSRF, path traversal, and missing input validation, with exploit scenarios and concrete fixes ranked by severity. Use this skill when the user…

JayRHa/AgentSkills · 120 tokens

developer-workflow

Use when the user is writing, reviewing, debugging, testing, or refactoring code, or wants help with commits and pull requests. Emphasizes reading existing code first, verifying changes, and never inventing APIs.

derob98/ailmanac · 48 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens