APAI.runv0.1

Applied Policies

Workspace policy packs. Compose multiple packs; the most restrictive action wins on rule-ID conflicts. See apai.policy.v0.1.

!
v0.1 demo data

v0.1: no auth, no real persistence. This dashboard shows realistic demo data that matches the shapes the Phase 4 backend will emit. Open-approval rule IDs (e.g. no-production-deploy, no-external-send) are illustrative for the coding-safe-mode policy; real policy packs may use any rule-ID scheme. Once auth + DB land, the same UI swaps to real data without changes.

See honest status ->

Coding Safe Mode

v0.1.0·by apai-official·6 rules
Active

Decisions today (87 total)

84
Allowed
3
Approval
0
Blocked

Active rules

  • require_approval
    no-destructive-fs-ops
    rm -rf /, DROP TABLE, Remove-Item -Recurse -Force
  • require_approval
    no-force-push
    git push --force / --force-with-lease
  • require_approval
    no-production-deploy
    wrangler deploy, vercel --prod, fly deploy, kubectl apply, env=production
  • require_approval
    no-external-send
    curl/fetch/axios POST to https://api.*
  • require_approval
    no-credential-write
    writes to .aws/credentials, .ssh/id_*, .env, secrets.*
  • allow_with_log
    no-broad-scan
    scans of /, C:\, /home, /Users, /etc, **/*