vibes-coded-outcomes / catalog.json
bRadfordd's picture
Publish Vibes-Coded outcome API discovery catalog
5f7ed38 verified
Raw
History Blame Contribute Delete
28.2 kB
{
"id": "vibes-coded-outcomes",
"name": "Vibes-Coded Agent Outcome APIs",
"version": "1.0.0",
"updated_at": "2026-07-22T16:01:46Z",
"homepage": "https://vibes-coded.com",
"for_agents": "https://vibes-coded.com/for-agents",
"lane": "outcome-apis",
"payment": {
"protocol": "x402",
"network": "solana",
"asset": "USDC",
"treasury": "FmC5pYspDdjBntYdyjcahAHd3zAYj3ucx1dgoGs6LjMB",
"preferred_path": "prepaid",
"prepaid": {
"fund": "https://vibes-coded.com/api/v1/outcomes/balance/fund",
"min_usd": 1.0,
"header": "X-Vibes-Key",
"how": "Owner POSTs fund once (x402 >= $1 USDC) \u2192 agents call with X-Vibes-Key (no per-call wallet)."
},
"day_pass": {
"url": "https://vibes-coded.com/api/v1/outcomes/day-pass",
"price_usd": 0.5,
"header": "X-Day-Pass"
}
},
"trust_proof": {
"claim": "action-receipt is offline-verifiable: Ed25519 over a canonical action tuple; peers recompute without calling our service.",
"public_key": "https://vibes-coded.com/api/v1/outcomes/action-receipt/public-key",
"verify": "https://vibes-coded.com/api/v1/outcomes/action-receipt/verify",
"conformance": "https://github.com/doteyeso-ops/action-ref-conformance",
"impulse_sku": {
"slug": "action-receipt",
"price_usd": 0.02,
"path": "/api/v1/outcomes/action-receipt",
"why": "Cheapest proof you got a signed receipt \u2014 then fund prepaid ($1) for the loop."
},
"note": "Standards peers (x402 action-ref threads) demanded cloneable vectors + published keys. We ship both \u2014 not a hosted-only badge."
},
"discovery": {
"meta": "https://vibes-coded.com/api/v1/outcomes/meta",
"featured": "https://vibes-coded.com/api/v1/outcomes/featured",
"well_known": "https://vibes-coded.com/.well-known/x402.json",
"featured_well_known": "https://vibes-coded.com/.well-known/x402-featured.json",
"free_wedge": "https://vibes-coded.com/api/v1/outcomes/reliability-scorecard",
"mcp_registry": "io.github.doteyeso-ops/mcp-server-vibes-coded",
"mcp_oci": "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3",
"conformance": "https://github.com/doteyeso-ops/action-ref-conformance"
},
"service_count_live": 116,
"services_in_catalog": 42,
"services": [
{
"id": "action-receipt",
"slug": "action-receipt",
"title": "Action Receipt (Provenance)",
"description": "Mint a signed quote\u2192approve\u2192settle receipt. Offline Ed25519 verify with published public key; Apache-2.0 conformance vectors. $0.02 impulse SKU before prepaid loops.",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/action-receipt",
"url": "https://vibes-coded.com/api/v1/outcomes/action-receipt",
"pack": "agent-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "reliability-scorecard",
"slug": "reliability-scorecard",
"title": "Reliability Scorecard (FREE)",
"description": "FREE top-of-funnel check: self-describe your agent's posture (idempotency keys, receipts, spend caps, skill verification, state/memory/token guards) and get a 0-100 reliability score plus which hosted guards close each gap. No auth, no wallet. Shareable 'how reliable is YOUR agent?' teaser that leads to the paid guards.",
"price_usd": "0.00",
"price_cents": 0,
"method": "POST",
"path": "/v1/outcomes/reliability-scorecard",
"url": "https://vibes-coded.com/api/v1/outcomes/reliability-scorecard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "preflight-before-write",
"slug": "preflight-before-write",
"title": "Preflight Before Write (Bundle)",
"description": "One x402 call runs state + destructive + idempotency guards before irreversible writes. Optional action-receipt in the same hop. Cheaper than three separate guard calls.",
"price_usd": "0.25",
"price_cents": 25,
"method": "POST",
"path": "/v1/outcomes/preflight-before-write",
"url": "https://vibes-coded.com/api/v1/outcomes/preflight-before-write",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "agent-state-guard",
"slug": "agent-state-guard",
"title": "Agent State & Idempotency Guard",
"description": "Preflight financial and external-write actions for completed duplicates, stale state, unmet invariants, and missing approvals before execution.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/agent-state-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/agent-state-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "idempotency-guard",
"slug": "idempotency-guard",
"title": "Idempotency Guard",
"description": "Verify a (paid) action is protected against duplicate execution: idempotency key present, durable storage, and a dedup window longer than the retry horizon. Blocks money actions without a key.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/idempotency-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/idempotency-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "destructive-action-guard",
"slug": "destructive-action-guard",
"title": "Destructive Action Guard",
"description": "Classify proposed SQL/shell/FS/k8s actions for production damage (DROP/DELETE/rm -rf). Blocks unapproved destructive ops \u2014 the agent-deleted-my-DB gate.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/destructive-action-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/destructive-action-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "402-failure-classifier",
"slug": "402-failure-classifier",
"title": "402 Failure Classifier",
"description": "Classify x402/HTTP failures into reason codes with retry safety and operator guidance for agent payment loops.",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/402-failure-classifier",
"url": "https://vibes-coded.com/api/v1/outcomes/402-failure-classifier",
"pack": "agent-commerce-pack",
"featured": false,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "settlement-status",
"slug": "settlement-status",
"title": "Settlement Status Check",
"description": "Check whether an x402 payment settled on-chain and whether it is safe to retry after a transport drop or missing JSON response.",
"price_usd": "0.03",
"price_cents": 3,
"method": "POST",
"path": "/v1/outcomes/settlement-status",
"url": "https://vibes-coded.com/api/v1/outcomes/settlement-status",
"pack": "agent-commerce-pack",
"featured": false,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "spend-guard",
"slug": "spend-guard",
"title": "Spend Guard (Standing-Float Cap)",
"description": "Pre-payment guard for agent x402 standing floats: enforces a per-agent rolling-window spend ceiling and blocks replay of already-settled (agent, action, nonce) calls. Returns allow/block with a signed clearance token attachable to the payment for audit. The off-chain gate for a bound standing float \u2014 no contract change required. Stops runaway / prompt-injected agents from pushing more USDC than a call needs.",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/spend-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/spend-guard",
"pack": "agent-pack",
"featured": false,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "web-search",
"slug": "web-search",
"title": "Web Search API",
"description": "Run web search and return titles, URLs, and snippets in structured JSON for agents.",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/web-search",
"url": "https://vibes-coded.com/api/v1/outcomes/web-search",
"pack": "search-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "page-markdown",
"slug": "page-markdown",
"title": "Website to Markdown",
"description": "Convert a public webpage URL into clean markdown and extracted page text for LLM or agent workflows.",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/page-markdown",
"url": "https://vibes-coded.com/api/v1/outcomes/page-markdown",
"pack": "search-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "news-headlines",
"slug": "news-headlines",
"title": "News Headlines API",
"description": "Search news headlines for a query and return titles, URLs, sources, and publish times as structured JSON.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/news-headlines",
"url": "https://vibes-coded.com/api/v1/outcomes/news-headlines",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "stock-quote",
"slug": "stock-quote",
"title": "Stock Quote API",
"description": "Return the latest US equity price, day range, and percent change for a ticker symbol.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/stock-quote",
"url": "https://vibes-coded.com/api/v1/outcomes/stock-quote",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "geocode-us",
"slug": "geocode-us",
"title": "US Geocode API",
"description": "Geocode a US street address to lat/lon via the Census Bureau (matched address + coordinates).",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/geocode-us",
"url": "https://vibes-coded.com/api/v1/outcomes/geocode-us",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "http-headers",
"slug": "http-headers",
"title": "HTTP Headers API",
"description": "Fetch HTTP response status and headers for a public URL (HEAD with GET fallback).",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/http-headers",
"url": "https://vibes-coded.com/api/v1/outcomes/http-headers",
"pack": "builder-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "redirect-resolve",
"slug": "redirect-resolve",
"title": "Redirect Resolve API",
"description": "Follow an HTTP redirect chain and return hop list plus the final URL.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/redirect-resolve",
"url": "https://vibes-coded.com/api/v1/outcomes/redirect-resolve",
"pack": "builder-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "currency-convert",
"slug": "currency-convert",
"title": "Currency Convert API",
"description": "Convert an amount between ISO currencies using ECB daily FX rates.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/currency-convert",
"url": "https://vibes-coded.com/api/v1/outcomes/currency-convert",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "wikipedia-summary",
"slug": "wikipedia-summary",
"title": "Wikipedia Summary API",
"description": "Return a Wikipedia article summary (title, extract, page URL) for a given title.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/wikipedia-summary",
"url": "https://vibes-coded.com/api/v1/outcomes/wikipedia-summary",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "hn-headlines",
"slug": "hn-headlines",
"title": "HN Headlines API",
"description": "Return Hacker News top, new, or best stories with title, URL, and score.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/hn-headlines",
"url": "https://vibes-coded.com/api/v1/outcomes/hn-headlines",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "wayback-snapshot",
"slug": "wayback-snapshot",
"title": "Wayback Snapshot API",
"description": "Check the Internet Archive Wayback Machine for a URL snapshot.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/wayback-snapshot",
"url": "https://vibes-coded.com/api/v1/outcomes/wayback-snapshot",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "dictionary-define",
"slug": "dictionary-define",
"title": "Dictionary Define API",
"description": "Return English dictionary definitions and phonetics for a word.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/dictionary-define",
"url": "https://vibes-coded.com/api/v1/outcomes/dictionary-define",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "research-brief",
"slug": "research-brief",
"title": "Research Brief",
"description": "Search the web and return a short structured research brief with sources and next-query ideas.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/research-brief",
"url": "https://vibes-coded.com/api/v1/outcomes/research-brief",
"pack": "search-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "json-repair",
"slug": "json-repair",
"title": "JSON Repair API",
"description": "Repair malformed JSON from LLM output and return valid parsed JSON for downstream automation.",
"price_usd": "0.01",
"price_cents": 1,
"method": "POST",
"path": "/v1/outcomes/json-repair",
"url": "https://vibes-coded.com/api/v1/outcomes/json-repair",
"pack": "builder-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "screenshot",
"slug": "screenshot",
"title": "Screenshot",
"description": "Headless screenshot of any URL via Playwright (ScreenshotOne alternative). Returns PNG base64.",
"price_usd": "0.05",
"price_cents": 5,
"method": "POST",
"path": "/v1/outcomes/screenshot",
"url": "https://vibes-coded.com/api/v1/outcomes/screenshot",
"pack": "media-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "search-scrape",
"slug": "search-scrape",
"title": "Search + Scrape",
"description": "Tavily-style: search a query, fetch top results, return each as LLM-ready markdown.",
"price_usd": "0.03",
"price_cents": 3,
"method": "POST",
"path": "/v1/outcomes/search-scrape",
"url": "https://vibes-coded.com/api/v1/outcomes/search-scrape",
"pack": "search-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "solana-balances",
"slug": "solana-balances",
"title": "Solana Balances",
"description": "SOL + SPL token balances for any wallet via Solana RPC (no upstream cost).",
"price_usd": "0.02",
"price_cents": 2,
"method": "POST",
"path": "/v1/outcomes/solana-balances",
"url": "https://vibes-coded.com/api/v1/outcomes/solana-balances",
"pack": "data-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "llm-judge",
"slug": "llm-judge",
"title": "LLM Judge",
"description": "Grade/score a model output against a rubric via OpenRouter (eval/guardrails).",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/llm-judge",
"url": "https://vibes-coded.com/api/v1/outcomes/llm-judge",
"pack": "builder-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "lead-brief",
"slug": "lead-brief",
"title": "Lead Profile One-Pager",
"description": "Turn a company domain, email, or company name into a lightweight structured lead profile from public web signals.",
"price_usd": "0.35",
"price_cents": 35,
"method": "POST",
"path": "/v1/outcomes/lead-brief",
"url": "https://vibes-coded.com/api/v1/outcomes/lead-brief",
"pack": "intel-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "competitor-snapshot",
"slug": "competitor-snapshot",
"title": "Competitor Snapshot",
"description": "Compare a company domain with competitors and return positioning notes from public web signals.",
"price_usd": "0.12",
"price_cents": 12,
"method": "POST",
"path": "/v1/outcomes/competitor-snapshot",
"url": "https://vibes-coded.com/api/v1/outcomes/competitor-snapshot",
"pack": "intel-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "company-teardown",
"slug": "company-teardown",
"title": "Company Teardown Brief",
"description": "Analyze a company domain and return a lightweight structured teardown from public homepage signals.",
"price_usd": "0.50",
"price_cents": 50,
"method": "POST",
"path": "/v1/outcomes/company-teardown",
"url": "https://vibes-coded.com/api/v1/outcomes/company-teardown",
"pack": "intel-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "retry-storm-guard",
"slug": "retry-storm-guard",
"title": "Retry Storm Guard",
"description": "Detect retry configs that amplify load instead of adding resilience: synchronized backoff without jitter, high retry counts, and shared retry budgets across a swarm.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/retry-storm-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/retry-storm-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "drift-guard",
"slug": "drift-guard",
"title": "State Drift Guard",
"description": "Compare an agent's current state to a trusted baseline or trajectory and flag fields that drifted beyond threshold, flipped category, or appeared. Operationalizes 'Six-Hour Drift' and deterministic feedback loops.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/drift-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/drift-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "memory-exfil-guard",
"slug": "memory-exfil-guard",
"title": "Memory Exfiltration Guard",
"description": "Score whether an agent's memory layer is an exfiltration cache by flagging long retention, external write bridges, and sensitive data classes.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/memory-exfil-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/memory-exfil-guard",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "trace-provenance-check",
"slug": "trace-provenance-check",
"title": "Trace Provenance Check",
"description": "Verify an agent explanation is backed by durable trace/span/event IDs and return unbacked claims so post-hoc narration can't pass as a trust signal.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/trace-provenance-check",
"url": "https://vibes-coded.com/api/v1/outcomes/trace-provenance-check",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "skill-signature-verify",
"slug": "skill-signature-verify",
"title": "Skill Signature Verify",
"description": "Before installing a skill or package, check it is signed by a known publisher and the content hash matches. Flags unsigned 'binaries' \u2014 the supply-chain attack nobody talks about.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/skill-signature-verify",
"url": "https://vibes-coded.com/api/v1/outcomes/skill-signature-verify",
"pack": "supply-chain-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "capability-attack-surface-scan",
"slug": "capability-attack-surface-scan",
"title": "Capability Attack Surface Scan",
"description": "Score an agent's tool list for attack surface, not capability: egress, file-write, shell, secret-read, and code-exec tools flagged high-risk. Turns 'tool discovery' into a scoping checklist.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/capability-attack-surface-scan",
"url": "https://vibes-coded.com/api/v1/outcomes/capability-attack-surface-scan",
"pack": "supply-chain-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "state-correctness-assert",
"slug": "state-correctness-assert",
"title": "State Correctness Assert",
"description": "Assert an agent's production state matches its spec or benchmark within tolerance, field by field. Operationalizes 'benchmark wins != prod reliability' \u2014 block the action when prod diverges from the promise.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/state-correctness-assert",
"url": "https://vibes-coded.com/api/v1/outcomes/state-correctness-assert",
"pack": "reliability-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "memory-integrity-check",
"slug": "memory-integrity-check",
"title": "Memory Integrity Check",
"description": "Flag agent memory claims that have no backing evidence. Operationalizes 'Memory Reconstruction: why your logs are lying to you' \u2014 do not act on an unsupported memory.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/memory-integrity-check",
"url": "https://vibes-coded.com/api/v1/outcomes/memory-integrity-check",
"pack": "memory-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "context-compression-audit",
"slug": "context-compression-audit",
"title": "Context Compression Audit",
"description": "Measure information loss when context is compressed: extract salient tokens from the original and report how many survived. Operationalizes 'your context window is a lossy compression algorithm'.",
"price_usd": "0.08",
"price_cents": 8,
"method": "POST",
"path": "/v1/outcomes/context-compression-audit",
"url": "https://vibes-coded.com/api/v1/outcomes/context-compression-audit",
"pack": "memory-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "token-budget-guard",
"slug": "token-budget-guard",
"title": "Token Budget Guard",
"description": "Block or warn on token spend against a budget before a spendy call. Operationalizes 'cold-start tax: 8,400 tokens' \u2014 abort or shed context instead of blowing the cap on retry loops.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/token-budget-guard",
"url": "https://vibes-coded.com/api/v1/outcomes/token-budget-guard",
"pack": "cost-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "identity-drift-check",
"slug": "identity-drift-check",
"title": "Identity Drift Check",
"description": "Flag drift between an agent's declared identity and a trusted baseline \u2014 new capabilities, role changes, dropped constraints. Operationalizes 'I diff'd my SOUL.md across 30 days' \u2014 trust the approved identity, not the current one.",
"price_usd": "0.10",
"price_cents": 10,
"method": "POST",
"path": "/v1/outcomes/identity-drift-check",
"url": "https://vibes-coded.com/api/v1/outcomes/identity-drift-check",
"pack": "identity-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
},
{
"id": "repo-safety",
"slug": "repo-safety",
"title": "GitHub Repo Safety Check",
"description": "Check a public GitHub repository for install risk, license clarity, README red flags, and script warnings.",
"price_usd": "0.25",
"price_cents": 25,
"method": "POST",
"path": "/v1/outcomes/repo-safety",
"url": "https://vibes-coded.com/api/v1/outcomes/repo-safety",
"pack": "builder-pack",
"featured": true,
"x402": true,
"network": "solana",
"asset": "USDC"
}
]
}