release: 0.15.30 — AI-agent guardrail self-protection + audit UTC fix#1132
Merged
Conversation
Bump workspace version 0.15.29 -> 0.15.30 and roll [Unreleased] into [0.15.30]. Contents: - agent-guard now denies commands that disable InnerWarden itself (#1127) - innerwarden agent install-hook: enforcing PreToolUse hook for Claude Code (#1129) - admin-action audit filename in UTC, not local time (#1128) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
esteves-uk
approved these changes
Jun 28, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts 0.15.30. Workspace version 0.15.29 → 0.15.30;
[Unreleased]rolled into[0.15.30]; agents-install.md guide token + Cargo.lock bumped.Contents (already merged to main)
feat(agent-guard): the command inspector (check-command/ MCP / proxy) now denies commands that disable InnerWarden itself —systemctl stop|mask innerwarden,pkill,innerwarden uninstall,rm/truncateof its files/eBPF, plussetenforce 0/auditd/AppArmor disable. Benign status reads + restart stay allowed.feat(ctl):innerwarden agent install-hook— installs a fail-closed PreToolUse hook so an AI coding agent's shell commands are inspected before they run (the inspector was advisory-only; a raw-shell agent bypassed it).fix(core): admin-action audit filename stamped in UTC (was local time → split the audit trail + flaked tests at the timezone/midnight boundary).Verified live
All three deployed to a kernel-7 test host and validated end-to-end: the command inspector now returns
denyfor self-disable (wasallow/risk 0); the official hook blocks a maintenance-framed "stop the monitoring" request that previously took InnerWarden down; benign ops stay allowed.Release mechanics
On merge +
v0.15.30tag,release.ymlbuilds + signs both arches (x86_64 + aarch64) with the local-classifier parity guard.make testgreen; fmt clean; agents-install version gate green (0.15.30).🤖 Generated with Claude Code