What’s New

gstack 1.57.6.0

1.57.6.0

Eight community-filed bugs fixed in one wave, four of them security guards that were quietly failing open.

Fixed
  • Redaction gate now catches modern OpenAI keys with sk-proj-, sk-svcacct-, and sk-admin- prefixes
  • Redaction size cap no longer fails open on a bad flag
  • Cross-project learnings trust gate no longer leaks untrusted rows between projects
  • Destructive-action classifier now catches password rotation commands
  • Review Army no longer skips backend reviewer on ESM/CJS pull requests
  • Brain-cache no longer crashes on a partial _meta.json file
  • Safety-skill hooks now work on Claude Code 2.1.162
  • /ship adversarial review no longer denies on the repository's own security fixtures

Your redaction gate now catches modern OpenAI keys, and /ship's adversarial review stops choking on your own security tests. This is a fix wave. The throughline: guards that reported success while doing nothing. The secret-redaction gate was blind to modern sk-proj-/sk-svcacct-/sk-admin- OpenAI keys and silently dropped its size cap on a bad flag. The cross-project learnings trust gate was an allowlist on paper and a denylist in code, so untrusted rows leaked between projects. The destructive-action classifier waved through "rotate the database password." Each one looked like it was protecting you. None of them were. All four now fail closed, with tests that pin the exact case that used to slip by. Three more fixes clear silent crashes and skipped reviewers, and /ship's adversarial pass no longer trips Anthropic's usage policy when it reads your repo's own attack-payload fixtures. Fixed: Redaction misses modern OpenAI keys. Fixed: Redaction size cap fails open on a bad flag. Fixed: Cross-project learnings trust gate leaked. Fixed: Destructive-action classifier missed "rotate ... password". Fixed: Review Army skipped backend reviewer on ESM/CJS PRs. Fixed: Brain-cache crash on a partial _meta.json. Fixed: Safety-skill hooks broken on Claude Code 2.1.162. Fixed: /ship adversarial review denied on own security fixtures.

View original