Skip to content

Security alerts and anomalies

Security alerts indicate that something in the deployment may be misconfigured, compromised, or behaving outside expected boundaries. Treat every alert as a signal to investigate, not just a threshold to silence.

AlertWhat it means
Secret fetch spikeA role or agent is resolving secrets much faster than usual.
Idle role fetching secretsA role with no task volume is still accessing secrets.
Master-mode inference secret fetchA master instance is executing agent logic, which it should not do.
Shield block rate jumpMore requests are being blocked, possibly due to an attack or classifier drift.
Admission control failureA pod or image did not pass the Kyverno policy check.
  1. Identify the scope from alert labels: role, agent, agentspace, runtime mode, and source.

  2. Correlate with task volume metrics to see if the anomaly matches real traffic.

  3. Inspect the worklog for the affected agents and sessions.

  4. Check Kafka topic ACLs and event signatures to rule out unauthorized producers.

  5. Review recent deployments or spec changes that might have introduced misconfiguration.

  6. Verify workload identity and Vault policies are scoped correctly.

  • For secret anomalies, rotate the affected credentials and narrow Vault policies.
  • For master-mode inference, confirm master deployments are not running worker logic.
  • For shield spikes, review classifier thresholds and recent prompt-injection patterns.
  • For admission failures, check image signatures, registry allow-lists, and pod security settings.
  • If compromise is suspected, isolate the affected workload and revoke its credentials.