-
Notifications
You must be signed in to change notification settings - Fork 0
PII
github-actions[bot] edited this page Jun 25, 2026
·
3 revisions
Scan diffs and the working tree for personal information — emails, personal paths, API keys, phone numbers — before you commit or push. A four-layer defense: rule (proactive) → scrubber (reactive) → pre-push hook (deterministic) → CI gate (backstop).
Full design detail: privacy design.
-
Standalone —
requires: []; runs on both hosts.
A blocking check alone is adversarial — you hit it at push time and bisect your own diff. The pii-patterns rule keeps real values out from the moment of writing; the pii-scrubber skill catches anything that slipped through and remediates it interactively; the deterministic pre-push hook blocks regardless; and CI is the backstop. Four layers, one guarantee.
- Install crickets plugins — all three install modes.
- Plugin anatomy — what a crickets plugin is + its structure.
- Compatibility — supported hosts.
Architecture · Plugins · Home
🔧 How-to
🏛️ Architecture
-
Plugins
- Developer Workflows
- Developer Safety
- Code Review
- GitHub CI
- Wiki Maintenance
- PII Guardrail
- Token Audit · Status Line Meter
- Customization model
- Build & distribution
- Host adapters
- Harness interface ↔ Agent M