Context
MITRE ATLAS atlas-data#11 is adding two new techniques to the adversarial ML taxonomy:
- T-XXXX: Agent Identity Spoofing — impersonation of legitimate agents to gain access
- T-YYYY: Agent Payment Hijacking — unauthorized redirection of agent payment flows
The issue is requesting projects to map their mitigations to these technique IDs. Commenting is blocked (interaction limit), so documenting here for manual submission.
SINT mappings to submit
T-XXXX: Agent Identity Spoofing
Mitigations:
@sint/gate-capability-tokens — Ed25519 capability tokens with subject field. Every PolicyGateway.intercept() validates signature and verifies token.subject === request.agentId
MemoryIntegrityPlugin (ASI06) — credential funnel detection: patterns of identity claims inconsistent with established session
- Conformance fixtures:
owasp-asi-conformance.v1.json cases ASI06-CRED-FUNNEL-001 / ASI06-CRED-FUNNEL-002
Enforcement tier: Strong (proxy) — gateway sits between agent and tool, agent cannot bypass
T-YYYY: Agent Payment Hijacking
Mitigations:
EconomyPlugin — per-agent budgets, T2/T3 tiered approval, receipt binding (Ed25519-signed with subject: agentId)
- Conformance fixtures:
payment-governance.v1.json adversarial cases D-005/D-006/D-007
Enforcement tier: Strong (proxy)
Action
When technique IDs are assigned, submit formal YAML technique contribution to atlas@mitre.org matching ATLAS data format.
Cross-ref
atlas-data #11: mitre-atlas/atlas-data#11
Context
MITRE ATLAS atlas-data#11 is adding two new techniques to the adversarial ML taxonomy:
The issue is requesting projects to map their mitigations to these technique IDs. Commenting is blocked (interaction limit), so documenting here for manual submission.
SINT mappings to submit
T-XXXX: Agent Identity Spoofing
Mitigations:
@sint/gate-capability-tokens— Ed25519 capability tokens withsubjectfield. EveryPolicyGateway.intercept()validates signature and verifiestoken.subject === request.agentIdMemoryIntegrityPlugin(ASI06) — credential funnel detection: patterns of identity claims inconsistent with established sessionowasp-asi-conformance.v1.jsoncasesASI06-CRED-FUNNEL-001/ASI06-CRED-FUNNEL-002Enforcement tier: Strong (proxy) — gateway sits between agent and tool, agent cannot bypass
T-YYYY: Agent Payment Hijacking
Mitigations:
EconomyPlugin— per-agent budgets, T2/T3 tiered approval, receipt binding (Ed25519-signed withsubject: agentId)payment-governance.v1.jsonadversarial cases D-005/D-006/D-007Enforcement tier: Strong (proxy)
Action
When technique IDs are assigned, submit formal YAML technique contribution to atlas@mitre.org matching ATLAS data format.
Cross-ref
atlas-data #11: mitre-atlas/atlas-data#11