detect_anomalies
Scans audit history for suspicious access patterns like burst reads and off-hours access. Returns findings or confirms no anomalies detected.
Instructions
[audit] Scan the audit history for suspicious access patterns — burst reads of the same key, off-hours access, and other heuristics. Use as a quick triage signal when investigating a single key or before letting an agent rotate credentials; prefer health_check for a scope-wide decay+anomaly summary, and agent_scan for multi-project JSON reports with optional auto-rotation. Read-only; never mutates secrets or the audit log. Returns one line per finding formatted [type] description, or 'No anomalies detected' when the log looks clean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | If provided, narrow the scan to this exact key. Omit to scan across every key in the audit log. |