Borrowing it
Nothing to install: this file belongs to global-mysterysnailrevolution/physical-capability-cloud. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/global-mysterysnailrevolution/physical-capability-cloud/master/.claude/commands/pcc-escrow.mdgit clone --depth 1 https://github.com/global-mysterysnailrevolution/physical-capability-cloudWrote 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/global-mysterysnailrevolution/physical-capability-cloud/pcc-escrow)<a href="https://agentmods.dev/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-escrow"><img src="https://agentmods.dev/badge/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-escrow/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/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-escrow"><img src="https://agentmods.dev/badge/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-escrow.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.00000 | $0.00458 |
| Opus 5 | $0.00000 | $0.00229 |
| Sonnet 5 | $0.00000 | $0.00092 |
| Haiku 4.5 | $0.00000 | $0.00046 |
Grade A, and why
pcc-escrow 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 10d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- pcc-escrow — 100% identical, 0 lines differ
What it actually says
PCC Escrow — CLI
Check escrow status, milestones, and evidence for PCC jobs using the CLI.
When to use
- "What's the status of my job?" / "Show active escrows" / "Check evidence for job X"
- "Is the milestone evidence verified?" / "Show escrow details"
Prerequisites
- PCC gateway reachable at PCC_URL (default: https://pcc-gateway-production.up.railway.app)
- Build CLI:
cd packages/mcp-server && npx tsc
Commands
List escrows
node packages/mcp-server/dist/cli.js escrow list [--status=funded|active|completed|disputed] [--pretty]
Shows all escrow contracts with milestones, amounts locked, and status.
Get job details
node packages/mcp-server/dist/cli.js jobs get <jobId> [--pretty]
Full job details including evidence timeline, milestones, and settlement status.
Get evidence bundle
node packages/mcp-server/dist/cli.js evidence get <bundleId> [--pretty]
Specific evidence bundle: encrypted data reference, IPFS CID, ZK proof status, Bittensor verification scores, evaluator attestations.
List all jobs
node packages/mcp-server/dist/cli.js jobs list [--kernelId=x] [--status=queued|running|completed|failed] [--pretty]
Workflow: Check escrow progress
pcc escrow list --status=active --pretty— see active escrowspcc jobs get <jobId> --pretty— drill into a specific jobpcc evidence get <bundleId> --pretty— inspect the submitted evidence- Explain escrow states: funded → active → milestone_fulfilled → completed (or disputed)
Tips
- Pipe to
jqfor filtering:node packages/mcp-server/dist/cli.js escrow list | jq '.[] | select(.status=="active")' - Use
--prettyfor human-readable output in the terminal - Bond amounts and challenge windows only apply to Tier 2+ assurance
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.
- 10d ago First seen · 48 lines · 0 tokens per session scan A 2878b7cf880f
pcc-escrow is a command published in the GitHub repository global-mysterysnailrevolution/physical-capability-cloud (5 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 458 tokens. 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
valuation-methods
Valuation methods analysis — multiples, DCF inputs, PEG integration, valuation assumption extraction.
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only).
audit-checklist
Perform an internal audit, review controls, or prepare for an external financial audit.
scan
Scan AWS account for cost optimization.
audit
Scan for non-kernel money math. Rebuild critical flows as JournalEntrys. Replay and prove. Complements /ledger-verify.
finops-status
Orientation — say where an opportunity or assignment sits in the five-step FinOps lifecycle and what unlocks next. Useful when a record has no active stage: an opportunity while its assignments do the work, an assignment whose plan has not been approved yet, or a rejected or archived assignment. Read-only; mutates…