| ASI01 Agent Goal Hijack | prompt_injection, indirect_injection, hijack_attempt | — | Shipped (direct); partial (multi-turn / indirect). Direct injection fully covered. Multi-turn goal redirection is substantially covered by the L3 session model, with a known residual on novel multi-turn and multi-vector sequences (active Safe House recall work). Indirect injection partial — novel payloads with no payload-library similarity may score below block threshold |
| ASI02 Tool Misuse | data_exfiltration | Policy Engine: bounded_actions enforcement, forbidden-rule Managed Rules, tool-capability mappings | Partial — policy layer + outbound screen. Tool execution is constrained by the Policy Engine before it reaches Safe House; Safe House’s back-door checkpoint catches data-exfiltration-via-tool. Mnemom does not intercept every unsafe tool invocation at the gateway — declared-scope enforcement is the primary control |
| ASI03 Identity & Privilege Abuse | privilege_escalation | AAP alignment cards declare the autonomy envelope; CLPI policy engine enforces | Shipped. Runtime privilege claims blocked at the front door. Declared envelope enforced at the policy layer |
| ASI04 Agentic Supply Chain Vulnerabilities | — | AEGIS substrate fingerprinting + L1 cross-tenant aggregator | Covered at the AEGIS layer, not a Safe House pattern. Runtime-behavior deviation consistent with a compromised dependency/substrate is detected cross-tenant. Does not replace build-time package provenance — see supply-chain trust |
| ASI05 Unexpected Code Execution | — | Policy Engine: bounded_actions constrains which tools/actions an agent may invoke | Gap (front-door). Safe House has no pattern that intercepts code-execution payloads. The Policy Engine limits the action surface (an agent can only invoke declared tools), which reduces blast radius, but Mnemom does not sandbox or screen executed code. Pair with an application-layer execution sandbox |
| ASI06 Memory & Context Poisoning | — | — | Gap. Persistent memory/context store attacks are not in the shipped Safe House pattern library. AIP thinking-block analysis and AAP drift detection give partial observability of downstream effects, but not upstream interception — see limits |
| ASI07 Insecure Inter-Agent Communication | agent_spoofing | — | Partial. Safe House treats unauthenticated authority/identity claims arriving as inbound runtime messages as suspicious by design. Legitimate agent-to-agent authority must be encoded in alignment cards at configuration time. This screens the content of inter-agent messages; it is not a transport-authentication scheme |
| ASI08 Cascading Failures | — | AAP drift detection + CLPI lifecycle governance (observability of degraded agent behavior) | Gap. No shipped Safe House pattern targets multi-agent cascading failure. AAP/CLPI provide some observability of an individual agent drifting, but Mnemom does not model or circuit-break failure propagation across an agent fleet. This is an application-architecture concern (timeouts, bulkheads, circuit breakers) |
| ASI09 Human-Agent Trust Exploitation | bec_fraud, social_engineering, agent_spoofing | — | Shipped. Authority/urgency/secrecy manipulation and impersonated-authority claims from inbound messages are treated as suspicious by design |
| ASI10 Rogue Agents | — | AAP alignment cards declare the autonomy envelope; CLPI lifecycle governance; AEGIS reputation | Covered at the governance layer, not a Safe House pattern. A “rogue” agent operating outside its declared envelope is constrained by Policy Engine bounded_actions enforcement and surfaced by CLPI lifecycle + reputation signals. Safe House screens inbound/outbound message content; it does not by itself decommission a misbehaving agent |