Agentscan
Recent
0x2b4e…9037$7140.0980xae54…e571$242.7570xd143…f376$189.6800x6956…1b2b$148.3470x86ee…a73d$121.6000x9d94…a436$121.3000x7ee0…b59a$107.8920x6a16…3b5e$105.0000x3aa2…2932$98.9010x4688…2857$96.0000xd517…b6ac$89.9100x922e…e4dd$89.9100x5840…aa15$88.0000xf2f2…8528$84.0000x5382…4a93$80.9190x0720…106a$75.0000x7e93…de68$62.9370x1595…99e6$62.9370x957f…20a0$60.0000x5fa3…afbd$54.0000x67e1…227c$53.9460xcf34…d34c$53.9460x4347…d834$53.9460xd4ab…64fe$49.0000x12c9…091e$48.0000xec7a…05e8$48.0000x8098…d783$47.5000x63eb…37bd$44.9550xb86c…d1dd$44.9550xf6ca…b61c$44.9550x68f7…2673$44.9550xc36b…0f9d$44.9550xdf7a…7663$40.0030x6079…60d3$36.0000x7c1c…afb0$35.9640x828a…1a46$35.9640xe06d…9f32$35.9640x6088…a4a8$35.9640x5e63…d15d$35.9640xcad3…9589$35.0150xa5a9…221f$35.0150x8dae…0ee1$35.0000xc43b…0904$33.0000xd4d2…a4e3$30.4000xe862…eda4$30.0000xc7c5…306f$30.0000xdab7…a528$28.5000x3cd6…3cee$28.0120xc852…46d7$26.9730xe6b8…a95e$26.973

codex

everygoodwork.io

Codex API enables micropayment-gated access to content, processing per-use transactions via trusted wallets for direct creator revenue.

content_media
from$0.001

Trust signal

Listed44/ 100

2 of 4 pillars

coverage 50%

Pillars

Traction
Liveness
7%
Identity
0%
Longevity

Signals

On-chain settlement (CDP)
Active in last 30 days
Endpoint reachable
GitHub org present
X (Twitter) handle
.well-known/agent.json
skill.md published
ERC-8004 registered

Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon

On-chain traction

No on-chain settlement recorded. Unverified = not settled or not yet indexed — never treated as zero.

ERC-8004 agent registry

Not registered

Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.

Identity & classification

Xunverified
GitHubunverified
ENSunverified
Category confidenceunscored

Settlement volume

📊

Per-service timeline not available yet. No settlement recorded for this entity in the indexed period.

Endpoints(21)

https://codex.everygoodwork.io/:address/ai-agent-skips-process-learns-why-documentation-workflow-exists

/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/ai-agent-skips-process-learns-why-documentation-workflow-exists - x402 Endpoint

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/ai-caught-binary-docx-in-git-commit-converted-to-markdown-automatically

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/cloudflare-workers-rpc-proxy-traps-function-call-fix-with-reflect-apply

/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-workers-rpc-proxy-traps-function-call-fix-with-reflect-apply - x402 Endpoint

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/cloudflare-zero-trust-transient-auth-5000-users-50-seats-two-lines-rust

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/code-mode-cloudflare-compressed-2500-api-endpoints-1000-tokens

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/every-token-is-a-liability-pruning-context-window

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/how-four-parallel-ai-agents-red-teamed-oauth-found-eight-vulnerabilities

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/how-to-merge-two-valuable-systems-without-losing-either-strategic-upgrade-pattern

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/oauth-empty-subject-privilege-escalation-bypass-cloudflare-workers-red-team-fix

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/refactoring-ai-generated-spaghetti-code-rust-cloudflare-workers-routing-structure

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/rust-macros-eliminate-sqlite-binding-friction-cloudflare-workers-zero-runtime-cost

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/self-healing-update-omarchy-hyprland

Three failures during an Omarchy update revealed deeper patterns. We didn't just fix them — we built a system that fixes itself automatically.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/stop-chasing-your-tails-three-bugs-hiding-behind-one-symptom

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/stop-wasting-ai-tokens-on-deterministic-tasks-build-local-rust-tools-instead

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/the-shared-key-how-one-oauth-client-id-nearly-made-revocation-impossible

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'

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/why-ai-agents-ignore-instructions-and-adding-more-rules-wont-fix-it

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.

$0.0010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection

/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection - x402 Endpoint

$0.010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/coinbase-x402-bazaar-amount-field-mismatch-eighteen-endpoints-free-four-line-fix

We listed 18 articles on the Coinbase x402 Bazaar but every one showed $0.00 — because we emitted maxAmountRequired (v2) while the marketplace reads amount (v1). Fixed in four lines.

$0.010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/e2e-test-1771113668931

E2E TestThis article was created via the API to verify the full content lifecycle. LSB is a member of the E2E community.

$0.010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/generate-wallet-address

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 — only you should know it.

$0.010 USDCpay_to unverifiedunreachableJul 6
https://codex.everygoodwork.io/:address/x402-micropayment-revenue-replaces-ad-model-ai-agent-content-monetization

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 — 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.

$0.010 USDCpay_to unverifiedunreachableJul 6