infrastructure

infrastructure is a skill for Claude Code, Codex from cwklurks/ship-score. It costs 0 tokens per session (7,530 once invoked), scanned C, original, MIT.

A checklist for reviewing a software project’s infrastructure during a production-readiness audit. It runs eight predefined checks, including whether environment files containing secrets are excluded from version control.

In plain words
What is it for?
Use it as part of a Ship Score audit to inspect a project’s configuration and supporting infrastructure before release.
Why use it?
It gives the audit a fixed process and evidence for each infrastructure check. The excerpt does not identify all eight checks, so its full coverage cannot be described here.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it as part of a Ship Score audit to inspect a project’s configuration and supporting infrastructure before release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cwklurks/ship-score/infrastructure
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 cwklurks/ship-score --skill infrastructure
Clone the repo
git clone --depth 1 https://github.com/cwklurks/ship-score

Made for: Claude Code, Codex.

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 infrastructure

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwklurks/ship-score/infrastructure.svg)](https://agentmods.dev/skills/cwklurks/ship-score/infrastructure)
Your own site
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,530 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.07530
Opus 5 $0.00000 $0.03765
Sonnet 5 $0.00000 $0.01506
Haiku 4.5 $0.00000 $0.00753

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

Security

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"`, `"
skills/infrastructure/SKILL.md · 789 lines

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:

  1. Read .gitignore at the project root. If .gitignore does not exist, this check is an automatic FAIL.

  2. Search for .env patterns. Look for any of these lines (ignoring leading/trailing whitespace and inline comments):

    • .env (exact match — covers the base .env file)
    • .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 .gitignore for:

    Pattern: ^\s*\.env(\*|\.\*|\.local)?$|^\s*\*\.env\s*$
    

    Also check for negation patterns that re-include .env files. If a pattern like !.env.example exists, that is fine (example files should be tracked). But if !.env or !.env.local exists without a corresponding ignore rule above it, flag as WARNING.

  3. Check for .env files in git tracking. As a secondary verification, check if any .env files are already tracked by git:

    git ls-files --cached '*.env' '.env*' '**/.env*'
    

    If any .env files (other than .env.example, .env.sample, .env.template) are tracked, this is a FAIL regardless of .gitignore content.

Read the full file on GitHub · 789 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. 7d ago First seen · 789 lines · 0 tokens per session scan C a09dcfed8cad

Subscribe to this mod's changes

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.

Related

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…

cookiy-ai/user-research-skill · 154 tokens

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens

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…

Kayforkind/reimagine-it · 108 tokens

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.

docxology/template · 40 tokens

openclaw-github-repo-commander

7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysis.

tmolavi/mcp-agent-skills-hub · 29 tokens

Documentation Gap Finder

Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.

Notysoty/openagentskills · 24 tokens