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 eugenepyvovarov/mcpbundler-agent-skills-marketplace --skill enterprise-readiness-skillgit clone --depth 1 https://github.com/eugenepyvovarov/mcpbundler-agent-skills-marketplaceWrote 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/eugenepyvovarov/mcpbundler-agent-skills-marketplace/enterprise-readiness-skill)<a href="https://agentmods.dev/skills/eugenepyvovarov/mcpbundler-agent-skills-marketplace/enterprise-readiness-skill"><img src="https://agentmods.dev/badge/skills/eugenepyvovarov/mcpbundler-agent-skills-marketplace/enterprise-readiness-skill/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/eugenepyvovarov/mcpbundler-agent-skills-marketplace/enterprise-readiness-skill"><img src="https://agentmods.dev/badge/skills/eugenepyvovarov/mcpbundler-agent-skills-marketplace/enterprise-readiness-skill.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.00113 | $0.06354 |
| Opus 5 | $0.00056 | $0.03177 |
| Sonnet 5 | $0.00023 | $0.01271 |
| Haiku 4.5 | $0.00011 | $0.00635 |
Grade A, and why
enterprise-readiness scanned grade A 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL "$BADGE_URL" | grep -q "unknown" && echo "::warning::Codecov badge shows unknown" || true How it starts
The opening of the file, as written. The whole thing — 691 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Enterprise Readiness Assessment
When to Use
- Evaluating projects for production/enterprise readiness
- Implementing supply chain security (SLSA, signing, SBOMs)
- Hardening CI/CD pipelines
- Establishing quality gates
- Pursuing OpenSSF Best Practices Badge (Passing/Silver/Gold)
- Reviewing code or PRs for quality
- Writing ADRs, changelogs, or migration guides
- Configuring Git hooks or CI pipelines
MANDATORY Requirements
CRITICAL: The following are NOT optional. Every project MUST have ALL of these. Do not skip any.
README Badges (MANDATORY)
Every project README.md MUST display these badges at the top, in this order:
<!-- Row 1: CI/Quality -->
[](https://github.com/ORG/REPO/actions/workflows/ci.yml)
[](https://codecov.io/gh/ORG/REPO)
<!-- Row 2: Security (MANDATORY) -->
[](https://securityscorecards.dev/viewer/?uri=github.com/ORG/REPO)
[](https://www.bestpractices.dev/projects/PROJECT_ID)
| Badge | URL Pattern | MANDATORY |
|---|---|---|
| CI Status | github.com/ORG/REPO/actions/workflows/ci.yml/badge.svg |
YES |
| Codecov | codecov.io/gh/ORG/REPO/graph/badge.svg |
YES |
| OpenSSF Scorecard | api.securityscorecards.dev/projects/github.com/ORG/REPO/badge |
YES |
| OpenSSF Best Practices | www.bestpractices.dev/projects/PROJECT_ID/badge |
YES |
CI/CD Workflows (MANDATORY)
Every GitHub project MUST have these workflows in .github/workflows/:
| Workflow | File | Purpose | MANDATORY |
|---|---|---|---|
| CI | ci.yml |
Build, test, lint | YES |
| CodeQL | codeql.yml |
Security scanning | YES |
| Scorecard | scorecard.yml |
OpenSSF Scorecard | YES |
| Dependency Review | dependency-review.yml |
PR CVE check | YES |
What ships with it
32 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 3.7 KB
- references/2fa-enforcement.md 6.4 KB
- references/badge-display.md 6.7 KB
- references/branch-coverage.md 9.2 KB
- references/ci-patterns.md 13 KB
- references/code-review.md 7.5 KB
- references/dco-implementation.md 4.2 KB
- references/documentation.md 7.6 KB
- references/dynamic-analysis.md 10 KB
- references/general.md 8.9 KB
- references/github.md 19 KB
- references/go.md 7.1 KB
- references/openssf-badge-gold.md 9.8 KB
- references/openssf-badge-silver.md 13 KB
- references/quick-start-guide.md 4.8 KB
- references/reproducible-builds.md 4.4 KB
- references/security-hardening.md 12 KB
- references/signed-releases.md 4.9 KB
- references/slsa-provenance.md 8.6 KB
- references/solo-maintainer-guide.md 7.9 KB
- references/sonarcloud.md 9.5 KB
- references/test-invocation.md 8.3 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/verify-badge-criteria.sh 5.2 KB runs code
- scripts/verify-reproducible-build.sh 3.6 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.
- 12d ago First seen · 691 lines · 113 tokens per session scan A 2c1d3b2cfb63
enterprise-readiness is a skill published in the GitHub repository eugenepyvovarov/mcpbundler-agent-skills-marketplace (12 stars, last pushed 6mo ago), licensed MIT. It adds 113 tokens to every session and 6,354 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
google-cloud-slo-alert-configuration
Configures PromQL-based Service Level Objective (SLO) alerting policies for Google Cloud resources registered in App Hub or individually specified. Generates Terraform output. Use when the user asks to configure an SLO or Service Level Objective. Don't use for standard alerting policies.
chinese-git-workflow
A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.
kotlin-tooling-gradle-to-kotlin-toolchain-project
Load when migrating or converting an entire Gradle Kotlin project (build.gradle(.kts), wrapper, libs.versions.toml, buildSrc) to the Kotlin Toolchain, including rewriting CI and replacing Gradle plugins that have no native Toolchain equivalent. Skip for porting one Gradle plugin or general Toolchain work once Gradle…
comet-github-ci-triage
A workflow for diagnosing failed GitHub Actions checks on a Comet pull request. GitHub Actions runs automated builds and tests; a pull request is a proposed code change waiting to be reviewed and merged.
baocut
BaoCut-only operator for the installed bcut CLI and .bcut projects. Implicitly trigger only when the request explicitly names BaoCut or bcut, targets a .bcut project or BaoCut Subtitle Studio, or continues a BaoCut workflow already established in the conversation. Do not trigger solely for generic audio or video…