Skip to content
Skillv1.0.0

falsification

Adversarial plan review for the colony kernel gate.

by docxology(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from docxology/codomyrmex (src/codomyrmex/colony_kernel/falsification/AGENTS.md). Install upstream with npx skills add docxology/codomyrmex --skill falsification. Copyright stays with the author.

falsification/ — AGENTS.md

Purpose

Adversarial plan review for the colony kernel gate.

Key Files

Module Role
models.py AttackVector, FalsificationReport, severity rank helpers
import_graph.py AST import-graph walk for circular dependency detection
checks/ One module per attack vector (no_rollback, …)
worker.py FalsificationWorker orchestrator + pheromone deposits

Dependencies

Public import path: codomyrmex.colony_kernel.falsification.

Development Guidelines

  • New attack vectors get their own module under checks/, registered in models.py's AttackVector enum.
  • Keep the package public surface (AttackVector, FalsificationReport, FalsificationWorker) stable.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/docxology-codomyrmex-falsification/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

docxology-codomyrmex-falsification.ocm.jsonjson
{
  "ocm": "1",
  "id": "docxology-codomyrmex-falsification",
  "kind": "skill",
  "name": "falsification",
  "description": "Adversarial plan review for the colony kernel gate.",
  "publisher": "docxology",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Adversarial plan review for the colony kernel gate."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/docxology/codomyrmex",
      "path": "src/codomyrmex/colony_kernel/falsification/AGENTS.md",
      "ref": "66ec49addba974f9bc49abe127e76a7060a117ee",
      "url": "https://github.com/docxology/codomyrmex/blob/66ec49addba974f9bc49abe127e76a7060a117ee/src/codomyrmex/colony_kernel/falsification/AGENTS.md",
      "key": "docxology/codomyrmex/src/codomyrmex/colony_kernel/falsification/AGENTS.md"
    }
  },
  "instructions": "# falsification/ — AGENTS.md\n\n## Purpose\n\nAdversarial plan review for the colony kernel gate.\n\n## Key Files\n\n| Module | Role |\n| --- | --- |\n| `models.py` | `AttackVector`, `FalsificationReport`, severity rank helpers |\n| `import_graph.py` | AST import-graph walk for circular dependency detection |\n| `checks/` | One module per attack vector (`no_rollback`, …) |\n| `worker.py` | `FalsificationWorker` orchestrator + pheromone deposits |\n\n## Dependencies\n\nPublic import path: `codomyrmex.colony_kernel.falsification`.\n\n## Development Guidelines\n\n- New attack vectors get their own module under `check",
  "cost": {
    "context_tokens": 189
  }
}

Fetch it by URL: GET /api/v1/registry/docxology-codomyrmex-falsification/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.