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.
npx skills add Kin9Zeus/senior-engineer-skills --skill project-auditgit clone --depth 1 https://github.com/Kin9Zeus/senior-engineer-skillsWrote 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.
[](https://agentmods.dev/skills/kin9zeus/senior-engineer-skills/project-audit)<a href="https://agentmods.dev/skills/kin9zeus/senior-engineer-skills/project-audit"><img src="https://agentmods.dev/badge/skills/kin9zeus/senior-engineer-skills/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.
<a href="https://agentmods.dev/skills/kin9zeus/senior-engineer-skills/project-audit"><img src="https://agentmods.dev/badge/skills/kin9zeus/senior-engineer-skills/project-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00172 | $0.01849 |
| Opus 5 | $0.00086 | $0.00924 |
| Sonnet 5 | $0.00034 | $0.00370 |
| Haiku 4.5 | $0.00017 | $0.00185 |
Grade A, and why
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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Audit
A real audit is evidence-driven. Every finding points at a line, a route, a table or a config key, and every finding carries a way to prove the fix. Opinions without locations are not findings.
Phase 0 — Scope and consent (2 minutes, never skipped)
Establish before reading code:
- What is in scope? Repository only, or also the live site, infrastructure and third-party accounts?
- What is the audit for? Pre-launch gate, investor due diligence, an inherited codebase, a security concern, or a general health check. This changes what gets weighted.
- What may be run? Read-only analysis is always safe. Ask before installing dependencies, running tests, starting services, or touching anything that reaches production.
- Is there a live URL? If yes, the
web-presence-audit,accessibility-auditandprivacy-compliancepasses become live checks rather than code inference.
Never scan, probe or send traffic to infrastructure the user has not confirmed they own or are authorised to test.
State the scope in one line and begin.
Phase 1 — Ground truth
Run the discovery protocol from senior-engineer/references/discovery-protocol.md.
scripts/recon.sh (or recon.ps1 on Windows) automates the first pass and
prints a structured summary — run it if the environment allows, and fall back to
the manual commands if not. It is read-only.
Do not proceed to findings until the Ground Truth block is filled in. An audit built on a misread stack is worse than no audit.
Phase 2 — The fifteen domain passes
Load the specialised skill for each domain rather than working from memory.
| # | Domain | Skill to load | Weight |
|---|---|---|---|
| 1 | Security | security-hardening |
15 |
| 2 | Data and persistence | database-engineering |
12 |
| 3 | Correctness and testing | testing-strategy |
11 |
| 4 | Architecture | this skill, references/architecture-review.md |
10 |
| 5 | API design | api-contracts |
7 |
| 6 | DevOps and delivery | devops-platform |
8 |
| 7 | Observability | observability-slo |
7 |
| 8 | Performance | performance-engineering |
6 |
| 9 | Accessibility | accessibility-audit |
6 |
| 10 | Web presence and SEO | web-presence-audit |
5 |
| 11 | Privacy and compliance | privacy-compliance |
6 |
| 12 | Documentation | engineering-standards |
4 |
| 13 | Dependencies and supply chain | security-hardening |
5 |
| 14 | Developer experience | engineering-standards |
4 |
| 15 | Cost and scalability | devops-platform |
4 |
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 154 lines · 172 tokens per session scan A ede3d8b1061d
project-audit is a skill published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 17d ago), licensed MIT. It adds 172 tokens to every session and 1,849 once invoked, about $0.0009 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.
Other skills, from other repositories
astro-troubleshooting
This skill should be used when debugging Astro issues, identifying Astro anti-patterns, fixing common Astro mistakes, troubleshooting Astro errors, resolving "document is not defined" in Astro, resolving "window is not defined" in Astro, diagnosing a component not interactive, fixing content validation errors…
fastify-troubleshooting
This skill should be used when debugging Fastify issues, identifying Fastify anti-patterns, diagnosing common Fastify mistakes, performing Fastify error troubleshooting, investigating request.body undefined in hook, fixing decorator shared across requests, resolving hook executing twice, handling reply already sent…
bug-reporting
Load this skill whenever you are filing, reviewing, or generating accessibility bug reports — whether from automated tool output, manual testing, user reports, or testing with disabled people. The purpose of this skill is to make accessibility findings easier to report accurately, connect them to real people and…
upstream-first
Load this skill before implementing a fix for a barrier that may originate in a shared component, design system, renderer, or external dependency rather than this project's own code. Decide whether the responsible fix is local, an existing installed capability, or an upstream contribution before writing a workaround.…
chrome-ext-troubleshooting
This skill should be used when debugging Chrome extension issues, diagnosing Chrome Web Store rejections, or troubleshooting build problems. Trigger when: "extension not working", "CWS rejection", "Chrome Web Store rejected", "Yellow Magnesium", "Purple Potassium", "Blue Argon", "Red Magnesium", "extension build…
spark-engineer
Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure…