Skip to content

Releases: daffa2555/Tokenectomy

Tokenectomy Razor v1.1.2 — GitHub Marketplace Action & Instant Log Surgery

Choose a tag to compare

@daffa2555 daffa2555 released this 07 Sep 19:42

🗡️ Tokenectomy Razor v1.1.2 — GitHub Marketplace Action & Instant Log Surgery

✨ What's New in v1.1.2:

  • Official GitHub Action (action.yml): Run sub-millisecond context surgery and credential scrubbing directly in your automated GitHub Actions CI/CD workflows (uses: daffa2555/Tokenectomy@v1).
  • --scrub / --sanitize CLI Flags: Instant zero-LLM local log surgery without API costs or external network requests.
  • Polyglot Dependency Frames Stripping: Automatically prunes noise across Node.js (node_modules), Python (site-packages), Rust (.cargo/registry), Go (pkg/mod), Java (.m2), and PHP (vendor).
  • Zero Credential Leaks: Strips AWS Access Keys, GitHub Personal Access Tokens, PostgreSQL/MySQL/MongoDB passwords, Slack tokens, and JWTs in O(N) linear time with ReDoS immunity.

🐙 GitHub Actions Usage:

- name: Surgically Scrub CI Failure Log
  if: failure()
  uses: daffa2555/Tokenectomy@v1
  with:
    log-file: 'build.log'
    output-file: 'sanitized.log'

📦 Installation:

cargo install tokenectomy

Tokenectomy Razor v1.1.1 🗡️ (MCP Registry Active)

Choose a tag to compare

@daffa2555 daffa2555 released this 07 Sep 19:12

Tokenectomy Razor v1.1.1 🗡️ — Official MCP Registry Edition

Autonomous M2M Model Context Protocol (MCP) Server & Log Surgery Engine for AI Coding Agents.

Officially listed in the Official Model Context Protocol Registry as io.github.daffa2555/razor!


📦 Install & Run

  • Cargo (crates.io):
    cargo install tokenectomy
    razor --mcp
  • Official MCP Registry:
    io.github.daffa2555/razor

🔒 Core Invariants

  • Machine-to-Machine Invariant: Designed as sub-cortex MCP server for Claude Desktop, Cursor, Cline, and Antigravity.
  • ReDoS Immunity: $O(N)$ linear-time deterministic scanning for secrets and credentials.
  • True Ectomy Surgery: Pruning 90%+ framework noise (node_modules, site-packages, .cargo/registry).

Tokenectomy Razor v1.1.0 🗡️

Choose a tag to compare

@daffa2555 daffa2555 released this 07 Sep 18:54

Tokenectomy Razor v1.1.0 🗡️

Autonomous M2M Model Context Protocol (MCP) Server & Log Surgery Engine for AI Coding Agents.


📦 Pre-compiled Standalone Binaries

Download the pre-compiled native binaries below (zero dependencies):

  • 🐧 Linux (x86_64): razor-linux-amd64 / tokenectomy-linux-amd64
  • 🍏 macOS Apple Silicon (ARM64): razor-macos-arm64 / tokenectomy-macos-arm64
  • 🍏 macOS Intel (x86_64): razor-macos-intel / tokenectomy-macos-intel
  • 🪟 Windows (x86_64): razor-windows-amd64.exe / tokenectomy-windows-amd64.exe

🐳 GitHub Container Registry (GHCR)

Pull and run the multi-arch container image directly:

docker pull ghcr.io/daffa2555/razor:latest

⚡ Install via Cargo (crates.io)

cargo install tokenectomy

🔒 Core Invariants

  • Machine-to-Machine Invariant: Designed as sub-cortex MCP server for Claude Desktop, Cursor, Cline, and Antigravity.
  • ReDoS Immunity: $O(N)$ linear-time deterministic scanning for secrets and credentials.
  • True Ectomy Surgery: Pruning 90%+ framework noise (node_modules, site-packages, .cargo/registry).