Audit for credentials
crbro_auditScans all memory fields and session logs for stored credentials like API keys, tokens, and passwords, reporting location and type without exposing values.
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 |