v0.1.2 - full security rescan fixes
v0.1.2 Release Notes
MaintainerOps AI v0.1.2 packages the full Codex Security rescan fixes and stronger publication checks.
Security
- Added
persist-credentials: falseto the active and documented GitHub Actions workflows so PR-controlled npm install/build code cannot read persisted checkout credentials. - Expanded redaction coverage for unquoted colon-form credentials such as
api_key: secret,access_token: secret, andaws_secret_access_key: secret. - Minimized JSON output so raw body, diff, comments, metadata, and file patches are not serialized by default.
- Added an explicit reusable Action
authorizedinput so GitHub Actions usage does not bypass the CLI authorization UX.
Evidence
- Published full Codex Security repository-wide rescan report:
docs/codex-security/full-rescan-2026-06-11.mddocs/codex-security/full-rescan-2026-06-11.html
- Added package publication checks to
npm run verify:npm pack --dry-runpublint
Verification
npm run verifyThe verification gate passes locally with 8 unit tests, 5 eval cases, 1 UI smoke test, package dry-run, publint, and npm audit --audit-level=moderate.