Skip to content

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

Latest

Choose a tag to compare

@daffa2555 daffa2555 released this 07 Sep 19:42
· 23 commits to main since this release

🗡️ 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