Audit for credentials
crbro_auditScan memory and session logs for pre-filter credentials (API keys, tokens, passwords), report their locations and types so you can remove them and rotate affected secrets.
Instructions
Read-only scan of every field of every neuron (facts, decisions, patterns, preferences, errors, debts, system map) and of every session log for credentials stored before the filter caught them — API keys, tokens, passwords. Reports where they sit and what kind, never the values. Findings are in the search index too, so recall can return them: remove with crbro_forget (facts for entries, session for a day log), then rotate the credential. Run it after upgrading and whenever a secret may have been pasted into a conversation. crbro_inspect shows content; this only judges it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| message | Yes | ||
| findings | Yes | ||
| facts_affected | Yes | ||
| neurons_affected | Yes | ||
| session_findings | No | ||
| sessions_affected | No |