Skip to content

v0.1.4 — launch-readiness: honesty hardening

Choose a tag to compare

@ralfyishere ralfyishere released this 08 Jul 16:20
· 6 commits to main since this release

No engine changes. Public-docs hardening for launch, prompted by a hostile-reader review:

  • Gate mode is now described as a speed bump, not a sandbox: it enforces "a scan happened", not "the agent is contained", and the README discloses inline that the v0.1.0 gate could be forged (fixed v0.1.1).
  • Honesty section is now three explicit points: a clean scan is never "safe"; we publish our own false-negatives (corpus/misses, asserted undetected in CI); we disclosed our own day-one bypass.
  • Bypass-report and false-positive issue templates added — the contribution funnel made real.

Checked: full test suite + both Action CI jobs green; malicious fixture exits 1, benign exits 0; self-scan clean. This release exists mainly so the PyPI-rendered README matches GitHub. Not checked: Marketplace listing (manual).