Skip to content

v0.0.11 — Introducing Audit

Choose a tag to compare

@NiveditJain NiveditJain released this 26 Jun 10:20
60dbff1

First stable release of the 0.0.11 line. Published to npm as failproofai@0.0.11 under the latest tag.

Highlights since 0.0.10

Features

  • /audit dashboard + failproofai audit CLI — scan your agent-CLI session history and get a personality-driven audit (8 archetypes, 0–100 score, shareable poster) with prescribed policies. Runs fully local; install-free via npx -y failproofai audit.
  • Email-OTP authfailproofai auth login | logout | whoami, wired to the api-server; tokens stored at ~/.failproofai/auth.json.
  • Supply-chain CI gate (OSV-Scanner + Socket) and a PR-level MDX parse check.
  • Broader, more reliable PostHog telemetry across all four channels.

Breaking changes

  • Default policy namespace renamed exospherehostfailproofai. Configs that reference builtins as exospherehost/<name> must update to failproofai/<name>. Flat shorthand (e.g. "sanitize-jwt") is unaffected.
  • Removed the legacy cloud auth + event-relay subsystem (the old failproofai login / logout / whoami / relay / sync commands) ahead of the new auth surface above.

Other

  • Community moved from Slack to Discord; docs live at https://docs.befailproof.ai/introduction.

Full per-change detail is in the CHANGELOG.