Skip to content
View erekola's full-sized avatar

Block or report erekola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erekola/README.md

Erik Rekola

Agent-readiness audits and advisory for product teams, and the wider work of making the data agents act on and the decisions they make reliable.

turva.dev is my own reference build. It scores 100/100, Level 5 (Agent-Native), on isitagentready.com, Cloudflare's agent-readiness scanner, measured 2026-08-01. Its own web security is published on the same principle: Hardenize passes all 13 categories and Internet.nl reads 98/100, the one deduction being a single HTTPS sub-test I document rather than hide.

The Cloudflare Worker behind those results is open source: turva-worker. You can read every line before you hire me, starting with the agent-readiness reference that defines every surface below.

Why this matters

AI agents such as ChatGPT search, Perplexity, Claude and Copilot are now a discovery channel. They read sites and APIs through /.well-known/ manifests, JSON-LD, head metadata and protocol endpoints (MCP, x402, ACP, AP2). If those signals are wrong or contradicted by your CMS, your product becomes invisible inside the answer rather than merely de-ranked.

The skill is knowing which signals each agent actually reads, in what order, and how to make them deterministic across CMS drift.

Guides

Writing

What I do

Audits, advisory, implementation, agent operations and MCP server design. Fixed scope per engagement, written before any payment.

How I work

  • Async-only. No calls, no calendar links.
  • Open source reference implementation, so you verify the work against the same scanner I do.

Guide and post indexes are at turva.dev, along with the fixed prices.

Tell me your domain and what you want audited: info@turva.dev, reply within one business day.

Pinned Loading

  1. turva-worker turva-worker Public

    The Cloudflare Worker behind turva.dev, scoring 100/100 and Level 5 on isitagentready.com. Every page renders from markdown: HTML for people, markdown for agents.

    JavaScript

  2. turva-mcp turva-mcp Public

    The public read-only MCP server for turva.dev, live at mcp.turva.dev/mcp. Published in the official MCP registry as dev.turva/turva-mcp.

    TypeScript 1

  3. llms-txt-validator llms-txt-validator Public

    Validate a site's llms.txt structure: eight checks, pass/warn/fail, JSON output. Open form of the hosted validator at turva.dev/llms-txt-validator.

    JavaScript