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 netresearch/enterprise-readiness-skill --skill enterprise-readinessgit clone --depth 1 https://github.com/netresearch/enterprise-readiness-skillWrote 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/netresearch/enterprise-readiness-skill/enterprise-readiness)<a href="https://agentmods.dev/skills/netresearch/enterprise-readiness-skill/enterprise-readiness"><img src="https://agentmods.dev/badge/skills/netresearch/enterprise-readiness-skill/enterprise-readiness/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/netresearch/enterprise-readiness-skill/enterprise-readiness"><img src="https://agentmods.dev/badge/skills/netresearch/enterprise-readiness-skill/enterprise-readiness.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.00111 | $0.01134 |
| Opus 5 | $0.00056 | $0.00567 |
| Sonnet 5 | $0.00022 | $0.00227 |
| Haiku 4.5 | $0.00011 | $0.00113 |
Grade A, and why
enterprise-readiness 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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
44 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.
- checkpoints.yaml 48 KB
- evals/evals.json 8.9 KB
- references/2fa-enforcement.md 6.4 KB
- references/badge-display.md 7.2 KB
- references/badge-submission-api.md 14 KB
- references/badges-and-workflows.md 1.2 KB
- references/branch-coverage.md 9.2 KB
- references/ci-docker-worktree.md 4.7 KB
- references/ci-patterns.md 15 KB
- references/code-review.md 7.4 KB
- references/cve-workflow.md 1.2 KB
- references/dco-implementation.md 4.2 KB
- references/dynamic-analysis.md 10 KB
- references/general.md 9.5 KB
- references/github.md 20 KB
- references/go.md 7.1 KB
- references/harden-runner-guide.md 3.6 KB
- references/mandatory-requirements.md 7.2 KB
- references/npm-pnpm-supply-chain.md 7.6 KB
- references/openssf-badge-baseline.md 6.4 KB
- references/openssf-badge-gold.md 11 KB
- references/openssf-badge-silver.md 14 KB
- references/python-pip-supply-chain.md 4.6 KB
- references/quick-start-guide.md 5.1 KB
- references/reproducible-builds.md 5.4 KB
- references/scorecard-playbook.md 6.8 KB
- references/security-hardening.md 12 KB
- references/signed-releases.md 5.7 KB
- references/slsa-provenance.md 13 KB
- references/solo-maintainer-guide.md 8.8 KB
- references/sonarcloud.md 20 KB
- references/test-invocation.md 10 KB
- references/tier-framing.md 2.7 KB
- scripts/add-spdx-headers.sh 2.9 KB runs code
- scripts/analyze-bus-factor.sh 3.1 KB runs code
- scripts/check-branch-coverage.sh 4.3 KB runs code
- scripts/check-coverage-threshold.sh 2.1 KB runs code
- scripts/check-tls-minimum.sh 5.9 KB runs code
- scripts/submit-badges.py 10 KB runs code
- scripts/verify-badge-criteria.sh 5.2 KB runs code
- scripts/verify-reproducible-build.sh 4.2 KB runs code
- scripts/verify-review-requirements.sh 5.6 KB runs code
- scripts/verify-signed-tags.sh 3.7 KB runs code
- scripts/verify-spdx-headers.sh 3.0 KB runs code
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.
- 5d ago Changed ac5e863c9b14
- 10d ago First seen · 77 lines · 111 tokens per session scan A 455ff7f7b64e
enterprise-readiness is a skill published in the GitHub repository netresearch/enterprise-readiness-skill (5 stars, last pushed yesterday), with no licence file. It adds 111 tokens to every session and 1,134 once invoked, about $0.0006 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
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…
testing-and-ci
Testing conventions, CI pipeline rules, and smoke test coverage for SkillHub. Ensures agents write tests correctly and understand the CI gate requirements.
implementing-devsecops-security-scanning
Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software Composition Analysis (SCA) into CI/CD pipelines using open-source tools. Covers Semgrep for SAST, Trivy for SCA and container scanning, OWASP ZAP for DAST, and Gitleaks for secrets detection. Activates for…
integrating-sast-into-github-actions-pipeline
This skill covers integrating Static Application Security Testing (SAST) tools—CodeQL and Semgrep—into GitHub Actions CI/CD pipelines. It addresses configuring automated code scanning on pull requests and pushes, tuning rules to reduce false positives, uploading SARIF results to GitHub Advanced Security, and…
implementing-supply-chain-security-with-in-toto
Implement software supply chain integrity verification for container builds using the in-toto framework to create cryptographically signed attestations across CI/CD pipeline steps.
scanning-kubernetes-manifests-with-kubesec
Perform security risk analysis on Kubernetes resource manifests using Kubesec to identify misconfigurations, privilege escalation risks, and deviations from security best practices.