Skip to content

MITRE ATLAS: Submit SINT technique mappings for T-XXXX Agent Identity Spoofing + T-YYYY Agent Payment Hijacking #127

Description

@pshkv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    NowHigh-priority items for immediate executiondocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions