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 cwklurks/ship-score --skill infrastructuregit clone --depth 1 https://github.com/cwklurks/ship-scoreWrote 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/cwklurks/ship-score/infrastructure)<a href="https://agentmods.dev/skills/cwklurks/ship-score/infrastructure"><img src="https://agentmods.dev/badge/skills/cwklurks/ship-score/infrastructure.svg" alt="Measured on agentmods" 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.00000 | $0.07530 |
| Opus 5 | $0.00000 | $0.03765 |
| Sonnet 5 | $0.00000 | $0.01506 |
| Haiku 4.5 | $0.00000 | $0.00753 |
Grade C, and why
infrastructure scanned grade C with 1 finding 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 7d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
1. The match is NOT inside a comment (`//`, `#`, `/*`, `*`, `<!--`) 2. The match is NOT a placeholder value (e.g., `"your-password-here"`, `"xxx"`, `"changeme"`, `"placeholder"`, `"example"`, `"TODO"`, `"REPLACE_ME"`, `" How it starts
The opening of the file, as written. The whole thing — 789 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Infrastructure Category — Ship Score Sub-Skill
You are running the Infrastructure category of a Ship Score production readiness audit. Follow every instruction below precisely. Do not add checks beyond the 8 defined here. Do not skip checks. Report exactly what you find.
Context You Receive
The orchestrator passes you:
Framework: [name] ([key])
Signals: [comma-separated detected features]
Root: [absolute path to project root]
Use the Root path for all file searches. If the project has a package.json,
use it as the primary dependency manifest. For Python projects, check
requirements.txt, pyproject.toml, or Pipfile instead.
Checks
Run all 8 checks in order. For each check, follow the verification steps, determine the status, and record the evidence.
Check 1: .env Files Gitignored
Severity: Critical
What to look for:
The .gitignore file must contain patterns that prevent .env files (which
typically contain secrets, API keys, and database credentials) from being
committed to version control.
Verification procedure:
-
Read
.gitignoreat the project root. If.gitignoredoes not exist, this check is an automatic FAIL. -
Search for
.envpatterns. Look for any of these lines (ignoring leading/trailing whitespace and inline comments):.env(exact match — covers the base.envfile).env*(glob — covers.env,.env.local,.env.production, etc.).env.*(glob — covers.env.local,.env.development, etc.).env.local(specific common file)*.env(any file ending in.env)
Grep
.gitignorefor:Pattern: ^\s*\.env(\*|\.\*|\.local)?$|^\s*\*\.env\s*$Also check for negation patterns that re-include
.envfiles. If a pattern like!.env.exampleexists, that is fine (example files should be tracked). But if!.envor!.env.localexists without a corresponding ignore rule above it, flag as WARNING. -
Check for
.envfiles in git tracking. As a secondary verification, check if any.envfiles are already tracked by git:git ls-files --cached '*.env' '.env*' '**/.env*'If any
.envfiles (other than.env.example,.env.sample,.env.template) are tracked, this is a FAIL regardless of.gitignorecontent.
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.
- 7d ago First seen · 789 lines · 0 tokens per session scan C a09dcfed8cad
infrastructure is a skill published in the GitHub repository cwklurks/ship-score (1 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 7,530 tokens. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
user-research-cookiy
End-to-end user research assistant — qualitative and quantitative. Use this skill whenever the user mentions user research, user interviews, discussion guides, interview guides, research plans, qualitative research, quantitative research, user surveys, survey design, usability studies, participant recruitment…
Website Audit
Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.
reimagine-it-audit
Design Health — runs 19 deterministic quality checks on HTML output. Use when the user says /reimagine-it audit, "audit this page", "check design quality", or wants to verify craft-floor compliance before shipping. Catches blank plates, missing focus rings, non-compositor motion, off-palette accents, dead motion…
template-audit
Audit and quality-gate scripts for the template research framework. Covers documentation linting, filepath audits, mock-usage checking, template drift, and confidentiality / git-guard checks.
openclaw-github-repo-commander
7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysis.
Documentation Gap Finder
Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.