SILO Cortex provides real-time AI agent behavioral monitoring for Agencio Predict. It detects prompt injection attacks, calculates Trust Deficit Scores (TDS), and can trip circuit breakers to halt trading when anomalies are detected. The integration is optional - Predict operates normally without SILO.
Key Benefits
- Real-time prompt injection detection
- Trust-based trading restrictions
- Anomaly detection for unusual patterns
- Black swan event correlation
- LLM hallucination detection
Integration Mode
- Fire-and-forget: Non-blocking, for logging/audit
- Blocking: Waits for TDS before proceeding
- WebSocket: Real-time TDS updates
- Fail-open: Continues if SILO unavailable
Threat Model
- Rogue Trading: Agent decision quality collapse
- Compromised Agent: Supply-chain attack, prompt injection
- Credential Theft: LLM API keys used elsewhere
- Model Drift: Unexpected behavioral changes
Key Files
- packages/be/src/lib/silo/client.ts - SILO webhook client
- packages/be/src/lib/silo/events.ts - Event types and payloads
- packages/be/src/lib/silo/enrollment.ts - Admin enrollment service
- packages/be/src/lib/silo/tds-signal.ts - TDS DSL primitives
- docs/confidential/silo/38-silo-integration.md - Full specification