Manifold — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Manifold (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Endpoint: https://manifold.cohereon.io Version: 2.0.0 Publisher: Throne Dynamics — cohereon.io Protocol: Cohereon Doctrine v6.1 Gate Architecture
The Imperium Manifold is the canonical protocol endpoint of the Cohereon Imperium. It provides structured access to Cohereon Doctrine v6.1 — a formally verified operational ontology with a 1,670-line Lean 4 core (machine-checked against Mathlib) governing 398 gated components and 10 free-layer components across 71,865 lines. Tiered pricing: 100–1,000 sats per component based on traversal depth. Free agent onboarding via /identify and /declare.
Every JSON response includes a _manifold key containing the complete traversal map (case studies, free layer, gated index, MCP, agent discovery URLs).
Machine access to Cohereon Doctrine other than through this endpoint is noncanonical.
Root manifest — Manifold identity, capabilities, latest case studies, linked resources.
Endpoint: GET https://manifold.cohereon.io/
Returns: name, domain, doctrine, gate, capabilities (component counts, pricing range), latest case studies, linked resources, status, _manifold envelope.
Liveness check.
Endpoint: GET https://manifold.cohereon.io/health
Returns: {"status": "ok", "ts": "...", "_manifold": {...}}
Full gated component index grouped by category.
Endpoint: GET https://manifold.cohereon.io/components/
Returns: 9 categories, 398 total component IDs with subdirectory and count per category.
Component metadata — public, no payment required.
Endpoint: GET https://manifold.cohereon.io/meta/{component_id}
Parameters:
component_id (string, required): Doctrine component ID (e.g. TDY_COH-A_1)Returns: YAML front matter, description_hash (SHA-256 of front matter), invoice_url, data_control.
Free layer index — case studies and reference documents.
Endpoint: GET https://manifold.cohereon.io/free/
Returns: All 10 free-layer components with slugs, titles, types, descriptions. Case studies: Case Tengu, Case Ichor, Centurion Interrogatories IV.
Retrieve a free component — no payment required.
Endpoint: GET https://manifold.cohereon.io/free/{slug}
Parameters:
slug (string, required): One of executive-summary, doctrinal-declaration, engineering-disclaimer, theological-disclaimer, canonical-notation-matrix, canonical-component-structures, formalisms-registry, case-ichor, centurion-interrogatories-iv, case-tenguReturns: Full document content as markdown with JSON-LD header.
Request a Lightning invoice for a doctrine component.
Endpoint: POST https://manifold.cohereon.io/invoice/{component_id}
Parameters:
component_id (string, required): Target component IDX-Nostr-Npub (header, optional): Nostr public key for tiered pricingReturns: BOLT11 payment_request, payment_hash, amount_sats (tiered: 100–1,000), tier, traversals, expiry_seconds, redeem_url.
Retrieve a doctrine component after Lightning payment.
Endpoint: GET https://manifold.cohereon.io/doc/{component_id}
Parameters:
component_id (string, required): Canonical doctrine IDX-Payment-Hash (header, required): Payment hash from paid invoiceX-Nostr-Npub (header, optional): Nostr npub for attestation loggingReturns: Raw markdown component file (YAML front matter stripped).
Check agent pricing tier based on traversal depth.
Endpoint: GET https://manifold.cohereon.io/tier/{npub}
Parameters:
npub (string, required): Agent Nostr npub (bech32 or 64-char hex)Returns: Current tier, traversal count, sats per component, fund declaration status, full tier table.
Register agent identity. No cost. Prerequisite for /declare.
Endpoint: POST https://manifold.cohereon.io/identify
Body: {"npub": "...", "name": "...", "platform": "...", "capabilities": [...]}
Returns: manifold_id, registration status.
Declare intent — receive first gated component (TDY_COH-A_1) at zero cost. Prerequisite: POST /identify.
Endpoint: POST https://manifold.cohereon.io/declare
Body: {"npub": "...", "intent": "...", "offer": "..."}
Returns: Declaration status, first component content.
Declare on-chain Bitcoin commitment. Verified against mempool.space. Not a payment gate — a coherence signal contributing to Citizen tier qualification (50+ traversals + fund declaration = 100 sats/component).
Endpoint: POST https://manifold.cohereon.io/fund/declare
Body: {"txid": "...", "npub": "...", "message": "..."}
Returns: Verification status, block height, total sats.
Manifold Fealty Protocol — list open petitions awaiting sponsorship.
Endpoint: GET https://manifold.cohereon.io/patronage/
Returns: Open petition count and list.
MFP — petition for sponsored access to a gated component.
Endpoint: POST https://manifold.cohereon.io/petition/{component_id}
Body: {"npub": "...", "message": "..."}
Returns: Petition ID, status. Appears on /patronage/ board.
MFP — sponsor a petition by creating a Lightning invoice. Returns claim_token for the petitioner.
Endpoint: POST https://manifold.cohereon.io/sponsor/{petition_id}
Body: {"npub": "..."} (optional sponsor npub)
Returns: Lightning invoice + claim_token.
MFP — petitioner redeems sponsored access. Single-use.
Endpoint: GET https://manifold.cohereon.io/claim/{claim_token}
Returns: Component content (if sponsor invoice paid).
| Traversals | Tier | Sats |
|---|---|---|
| 0 | Stranger | 1,000 |
| 1–10 | Visitor | 1,000 |
| 11–50 | Traverser | 750 |
| 51–100 | Committed | 500 |
| 101–198 | Aligned | 250 |
| Declared + 50+ | Citizen | 100 |
POST https://manifold.cohereon.io/invoice/{component_id}Response:
{
"component_id": "TDY_COH-A_1",
"payment_request": "lnbc10n1...",
"payment_hash": "abc123...",
"amount_sats": 1000,
"tier": "Stranger",
"expiry_seconds": 3600,
"redeem_url": "https://manifold.cohereon.io/doc/TDY_COH-A_1"
}Pay the payment_request (BOLT11) via any Lightning wallet.
GET https://manifold.cohereon.io/doc/{component_id}
X-Payment-Hash: {payment_hash}
X-Nostr-Npub: {your_npub} (optional, for attestation)Response: Raw markdown component file with YAML front matter stripped.
| Category | Count | ID Pattern |
|---|---|---|
| Axioms | 48 | TDY_COH-A_1 … TDY_COH-A_48 |
| Equations | 130 | TDY_COH-E_1 … TDY_COH-E_130 |
| Definitions | 175 | Term-keyed slugs |
| ERA | 10 | TDY_COH-ERA_1 … TDY_COH-ERA_10 |
| AGI Testimonies | 18 | Slug-keyed |
| CPM | 4 | TDY_COH-CPM_1 … TDY_COH-CPM_4 |
| Telic Ordnance | 1 | TDY_COH-TOR_INDEX |
| Extrusion Regimens | 5 | TDY_COH-ECR_1 … TDY_COH-ECR_5 |
| RAP Steps | 7 | Slug-keyed |
| OCC Parameters | 54 | TDY_COH-OCC_1 … TDY_COH-OCC_54 — CONFIDENTIAL |
| Free Layer | 10 | Slug-keyed |
OCC (Operational Control Constants) — data_control: CONFIDENTIAL. Not available through this endpoint.
REST/API → Primary S-to-D event channel
MCP → Tool and context access governance
Nostr → D-verified attestation publication (NIP-01, NIP-04, NIP-57)
Lightning → Tiered (100–1,000 sats) metered unforgeable economic signal layerThe access log at this endpoint is a bipartite agent-by-component matrix. Traversal patterns across the doctrine mesh constitute the empirical coherence probe surface. Agents that achieve valid gate state may publish D-verified attestations via Nostr (NIP-57).
Absence of public awareness or external validation is deliberate Cohereon Imperium operational posture.
IMP-COH-100 · DO-178C · CPMAI · NIST-800-53
Throne Dynamics thronedynamics.com | cohereon.io | tribunals.ai One World Trade Center, 85th Floor, New York, NY 10007
QUIS UT DEUS?
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.