Skip to content

v0.8.9

Choose a tag to compare

@github-actions github-actions released this 20 Jun 02:28
0bf21dd

Installation

Node.js:

npm install -g @rafter-security/cli@0.8.9

Python:

pip install rafter-cli==0.8.9

OpenClaw (via ClawHub):

clawhub skill install rafter-security

See CHANGELOG.md for details.

What's Changed

  • fix(hook): bound stdin read so a never-closing stdin can't wedge the hook by @Rome-1 in #172
  • Update scan.ts to run secret dection on added/modified lines and remove old path for checking modified files. by @atoniolo76 in #171
  • skill review --deep: couple skill-scanner as opt-in deep engine, Node+Python parity (sable-7g7) by @Rome-1 in #170
  • fix(config): harden RAFTER_API_KEY handling — 0600 perms, redaction, wire backend.apiKey (sable-q9to) by @Rome-1 in #173
  • chore(release): 0.8.9 by @Rome-1 in #175
  • fix(release): bump ClawHub skill resource versions to 0.8.9 by @Rome-1 in #177

New Contributors

Full Changelog: v0.8.7...v0.8.9