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 agentmods add commands/superbenefit/sb-marketplace/deploy-checkgit clone --depth 1 https://github.com/superbenefit/sb-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/commands/superbenefit/sb-marketplace/deploy-check)<a href="https://agentmods.dev/commands/superbenefit/sb-marketplace/deploy-check"><img src="https://agentmods.dev/badge/commands/superbenefit/sb-marketplace/deploy-check.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.00012 | $0.00443 |
| Opus 5 | $0.00006 | $0.00221 |
| Sonnet 5 | $0.00002 | $0.00089 |
| Haiku 4.5 | $0.00001 | $0.00044 |
Grade A, and why
deploy-check 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 6d 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.
What it actually says
Pre-Deployment Checklist
Run through all deployment prerequisites before pushing to production.
Checks
1. TypeScript Compilation
npm run typecheck
All type errors must be resolved before deploying.
2. Configuration Validation
Verify wrangler.jsonc:
-
compatibility_dateis current and intentional -
compatibility_flagsincludes"nodejs_compat" -
observability: { "enabled": true }is set -
migrationsblock is correct (includes all DO/Agent classes innew_sqlite_classes) - All bindings reference valid resources
3. Secrets Verification
npx wrangler secret list
Verify all required secrets are set. Cross-reference with:
- Environment variables referenced in code (
env.SECRET_NAME) - OAuth configuration (client IDs, client secrets)
- API keys for external services
4. Resource Verification
Vectorize indexes (if used):
npx wrangler vectorize list
- Verify indexes exist with correct dimensions and metrics
- Verify metadata indexes are created
KV namespaces (if used):
npx wrangler kv namespace list
R2 buckets (if used):
npx wrangler r2 bucket list
D1 databases (if used):
npx wrangler d1 list
5. Local Testing
- MCP Inspector test passes (
/test-mcp) - Key functionality verified locally
- Error handling tested
6. Deploy
If all checks pass:
npm run deploy
Usage
/deploy-check $ARGUMENTS
$ARGUMENTS optionally limits scope. Examples:
/deploy-check- Full checklist/deploy-check secrets- Only check secrets/deploy-check resources- Only verify cloud resources
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.
- 6d ago First seen · 81 lines · 12 tokens per session scan A 344ea36c7aab
deploy-check is a command published in the GitHub repository superbenefit/sb-marketplace (5 stars, last pushed 7mo ago), licensed CC0-1.0. It adds 12 tokens to every session and 443 once invoked, about $0.0001 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 commands, from other repositories
otel-forward
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
platform
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
monitors
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
load-balancer
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
up
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
setup-cloud-run
Configure and deploy a Cloud Run service with best practices.