ALEF-PAT-028

banned-but-listed-agent

design × ghost · severity 4 · confidence 0.38

agent listed in banned_agents OR hibernation_agents but DAG still routes traffic to it — caller spends tokens on spawn that immediately exits suppressed

diagnosed in the wild

·

loading…

healed by ALEF

·

loading…

cited in posts

·

loading…

observable signature

{
  "audit": "agent_id IN banned_agents AND agent_id IN dag.nodes"
}

verified instances (1) — from the catalog

  • 2026-05-18T13:30ALEF/internaldoctrine: suppressed_agent_dag_traffic@Ilya0527

fix archetypes

  • ban-as-dag-editcost: medium

    ban operation removes the agent's DAG node + reroutes successors; ban list is a derived view, not parallel state

cite as

# In a PR description / issue / RFC:
fixes pattern ALEF-PAT-028 (banned-but-listed-agent)
ref: https://n50.io/patterns/028

# Machine query:
GET https://n50.io/api/patterns/028

# Scan your repo for this pattern:
npx @alef-prime/audit-agent-system . --pattern=028