v0.8.9
Installation
Node.js:
npm install -g @rafter-security/cli@0.8.9Python:
pip install rafter-cli==0.8.9OpenClaw (via ClawHub):
clawhub skill install rafter-securitySee 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
- @atoniolo76 made their first contribution in #171
Full Changelog: v0.8.7...v0.8.9