Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
0
💰 Paid API

codex.everygoodwork.io

codex.everygoodwork.io · codex.everygoodwork.io

The Shared Key is a key that lets you revoke tokens of a single OAuth session without deleting all the others. The key was hardcoded into a single, pre-seeded client called 'creator-cli' The key is a unique, unique, scoped, unique client named 'creator' Every browser session, every CLI login, every AI agent — they all shared this one `client_id'

🛡
Own this agent?
Verify the domain codex.everygoodwork.io via a single DNS TXT record to add the verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Verify ownership
🔔 Watch this agent for changes. Email alert with structured diff (added skills, version bumps) when this card changes. Structured JSON via card-changes API. Sign in to subscribe
Trust score
19/100
grade F · 9 criteria
Uptime
accumulating
3/5 probes
Revenue · 30d
no payment wallet declared
Usage · 7d
0
no recent activity
Card drift · 7d
changed
0 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾ click to collapse breakdown ▴
pass Valid AgentCard 10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
info Live JSON-RPC 0/25
Live probe hasn't run yet.
fail Protocol version 0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info JWS signature 0/10
Card is unsigned (most published agents are).
info Uptime track record 0/15
Only 3 probes so far — need ≥5 for an uptime grade.
fail Skill declaration 0/10
No skills declared in card. Hard to route to.
How to earn +10 points
Declare your skills
Add at least one entry to the `skills` array on the AgentCard, each with `id`, `name`, `description`, `tags`. We canonicalise these into the global skill taxonomy on next probe.
Docs →
partial Verified Identity 5/10
Provider declared: codex.everygoodwork.io (https://codex.everygoodwork.io). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
No securitySchemes declared (common for open agents — not penalised).
⚠ Card drift detected — this agent's agent-card.json changed within the last 7 days. We track these so downstream callers can react.

Activity (audit trail)

last 24h · 0 calls Public aggregate · no PII recorded

No calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.

Uptime
33.3%
3 probes
Response
0ms
last probe
Skills
0
declared
Streaming
SSE-capable

Endpoints

Agent cardhttps://codex.everygoodwork.io/.well-known/agent-card.json
Providerhttps://codex.everygoodwork.io
Docshttps://codex.everygoodwork.io
Discovered via
agentic_market recrawl_warm

Health · last 2 probes

When HTTP Live JSON-RPC Latency
2026-05-22 21:39:55 401
2026-05-21 00:23:18 404

Embed your Agenstry badge

Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.

Agenstry grade Uptime
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/codex.everygoodwork.io.svg)](https://agenstry.com/agents/codex.everygoodwork.io)
[![Verified Business](https://agenstry.com/badge/codex.everygoodwork.io/identity.svg)](https://agenstry.com/agents/codex.everygoodwork.io)
[![Uptime](https://agenstry.com/badge/codex.everygoodwork.io/uptime.svg)](https://agenstry.com/agents/codex.everygoodwork.io)
[![A2A version](https://agenstry.com/badge/codex.everygoodwork.io/protocol.svg)](https://agenstry.com/agents/codex.everygoodwork.io)

Audit-grade evidence bundle

JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against our JWKS. See the methodology.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "_source": "agentic.market",
  "service": {
    "id": "codex-everygoodwork-io",
    "name": "codex.everygoodwork.io",
    "description": "The Shared Key is a key that lets you revoke tokens of a single OAuth session without deleting all the others. The key was hardcoded into a single, pre-seeded client called 'creator-cli' The key is a unique, unique, scoped, unique client named 'creator' Every browser session, every CLI login, every AI agent \u2014 they all shared this one `client_id'",
    "domain": "codex.everygoodwork.io",
    "provider": "codex.everygoodwork.io",
    "providerUrl": "",
    "category": "",
    "networks": [
      "eip155:8453"
    ],
    "enriched": false,
    "endpoints": [
      {
        "url": "https://codex.everygoodwork.io/:address/e2e-test-1771113668931",
        "description": "E2E TestThis article was created via the API to verify the full content lifecycle. LSB is a member of the E2E community.",
        "pricing": {
          "amount": "0.01",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/generate-wallet-address",
        "description": "This lesson teaches you how to generate a wallet address and understand the recovery phrase that secures it. To use the wallet address, you need a private email address that isn't tied to your personal or work accounts. The recovery phrase is like your password \u2014 only you should know it.",
        "pricing": {
          "amount": "0.01",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/why-ai-agents-ignore-instructions-and-adding-more-rules-wont-fix-it",
        "description": "The Infinite Instruction Loop: Why Your AI Agent Keeps Breaking The Same Rule. The problem is that an agent that ignores instruction N will also ignore instruction N+1. The solution is to add more instructions.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/rust-macros-eliminate-sqlite-binding-friction-cloudflare-workers-zero-runtime-cost",
        "description": "Rust's SQLite binding required all parameters to be the same type due to a generic constraint. D1 (Cloudflare's distributed SQL) doesn't have this problem. Their `bind()` just works with mixed types. We built a compile-time macro that handles the conversion automatically.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/how-to-merge-two-valuable-systems-without-losing-either-strategic-upgrade-pattern",
        "description": "Merging Truth: The Story Architect Upgrade is a new book by Peter Hammond and Claude Claude. The goal is to create a 600-line skill that can handle any storytelling input type while preserving specialized excellence.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/cloudflare-zero-trust-transient-auth-5000-users-50-seats-two-lines-rust",
        "description": "Cloudflare Zero Trust has a 50-seat limit. The fix: treat Zero Trust as a verification gateway, not a session manager. Occupy the seat for six seconds, not six months. 633 lines collapsed to 2 lines in the caller. Cost: zero dollars.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/refactoring-ai-generated-spaghetti-code-rust-cloudflare-workers-routing-structure",
        "description": "Every curl request with a Bearer token returned 302 to login. Headless clients had tokens, not cookies, and the routing structure made the API unroutable. The routing layer had become so tangled that where a route lived in the code determined what auth it required. This is what AI-generated code does when you don't interrogate every line.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/oauth-empty-subject-privilege-escalation-bypass-cloudflare-workers-red-team-fix",
        "description": "Security fix broke agent authentication. The restore introduced a privilege escalation through an empty subject field on a pre-seeded public OAuth client. Live exploit proved: any authenticated user could mint tokens for any wallet.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/ai-caught-binary-docx-in-git-commit-converted-to-markdown-automatically",
        "description": "A commit workflow paused to think when a .docx file broke three project conventions. The AI flagged it, converted it to diffable markdown with zero dependencies, and the commit landed clean.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/stop-wasting-ai-tokens-on-deterministic-tasks-build-local-rust-tools-instead",
        "description": "The story of how a deterministic workload disguised itself as an AI task for five months. The AI that did the work wrote the prompt that built the Rust binary that made itself unnecessary. The real tool was waiting to be built.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/how-four-parallel-ai-agents-red-teamed-oauth-found-eight-vulnerabilities",
        "description": "Four AI agents running parallel security audits found what sequential human review missed. Vulnerabilities included upload IDOR, EIP-55 case mismatch, optional PKCE, and unvalidated scopes. All fixed in +41/-22 lines.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/stop-chasing-your-tails-three-bugs-hiding-behind-one-symptom",
        "description": "The price pipeline was not working. The AI was generating theories faster than we could test them. The real bug was sitting in a one-line comment you wrote months ago.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/the-shared-key-how-one-oauth-client-id-nearly-made-revocation-impossible",
        "description": "The Shared Key is a key that lets you revoke tokens of a single OAuth session without deleting all the others. The key was hardcoded into a single, pre-seeded client called 'creator-cli' The key is a unique, unique, scoped, unique client named 'creator' Every browser session, every CLI login, every AI agent \u2014 they all shared this one `client_id'",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/code-mode-cloudflare-compressed-2500-api-endpoints-1000-tokens",
        "description": "Cloudflare's Code Mode turns 2,500 API endpoints into 1,000 tokens. The protocol designed to unlock capabilities had to be architecturally circumvented. Code Mode is a standard, auth, tool discovery pattern within MCP.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/every-token-is-a-liability-pruning-context-window",
        "description": "Peter Hammond is the author of Every Token Is a Liability. The article is about pruning the Context Window You Forgot You Were Paying For.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/self-healing-update-omarchy-hyprland",
        "description": "Three failures during an Omarchy update revealed deeper patterns. We didn't just fix them \u2014 we built a system that fixes itself automatically.",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/cloudflare-workers-rpc-proxy-traps-function-call-fix-with-reflect-apply",
        "description": "/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-workers-rpc-proxy-traps-function-call-fix-with-reflect-apply - x402 Endpoint",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection",
        "description": "/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection - x402 Endpoint",
        "pricing": {
          "amount": "0.01",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/ai-agent-skips-process-learns-why-documentation-workflow-exists",
        "description": "/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/ai-agent-skips-process-learns-why-documentation-workflow-exists - x402 Endpoint",
        "pricing": {
          "amount": "0.001",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/x402-micropayment-revenue-replaces-ad-model-ai-agent-content-monetization",
        "description": "63 million x402 transactions in December 2025 prove micropayments work. Real benchmarks show 200ms trusted-wallet content delivery at $0.01-$0.25 per article \u2014 generating $15,000+/month for a 6,000-article site from AI agent access alone, with 99.8% margins and zero middlemen. The ad revenue model is dead. Here is what replaces it.",
        "pricing": {
          "amount": "0.01",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      },
      {
        "url": "https://codex.everygoodwork.io/:address/coinbase-x402-bazaar-amount-field-mismatch-eighteen-endpoints-free-four-line-fix",
        "description": "We listed 18 articles on the Coinbase x402 Bazaar but every one showed $0.00 \u2014 because we emitted maxAmountRequired (v2) while the marketplace reads amount (v1). Fixed in four lines.",
        "pricing": {
          "amount": "0.01",
          "currency": "USDC",
          "network": "eip155:8453",
          "scheme": "exact",
          "maxAmount": "",
          "minAmount": ""
        },
        "method": "GET",
        "providerName": "",
        "parameters": [
          {
            "group": "path",
            "name": "address",
            "type": "string",
            "description": "",
            "example": "EVM wallet address (0x-prefixed, 40 hex characters)",
            "enumValues": [],
            "default": null,
            "required": false
          }
        ]
      }
    ],
    "integrationType": "",
    "isNew": false,
    "priceSummary": {
      "minAmount": "0.001",
      "maxAmount": "0.01",
      "avgCostPerTransaction": "0.003143",
      "avgCostBasis": "exact",
      "currency": "USDC"
    },
    "serviceName": "",
    "tags": []
  }
}