You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(compliance): correct stale evidence and ratings in OWASP ASI mapping
A source-level sweep of the ASI01-ASI10 mapping found the compliance doc
had drifted from the code in both directions:
- ASI06 understated: cited agent_os/audit/hash_chain.py (does not exist)
and claimed no dedicated module, while MemoryGuard, agent-rag-governance,
and the TypeScript ContextPoisoningDetector ship today. Evidence and
mitigation text now reference the real modules.
- ASI05 overstated: no lint rule blocks eval()/exec() (the reviewer's 18
rules cover unsafe pickle, and the sandbox scanner targets process
spawning only). Downgraded to Partial with an accurate Known Gap.
- ASI07 cited agent_os/trust/gate.py (does not exist); now points at the
agent-mesh DID handshake and the A2A trust gate.
- ASI04 claimed no SBOM generation exists, but .github/workflows/sbom.yml
covers AGT's own releases (as the physical profile already noted); the
Known Gap now scopes it to governed-application runtime SBOMs.
- AGT traceability extension cited the same dead hash_chain.py path; now
points at the chained audit loggers in the agentmesh integrations.
Coverage summary updated to 6/10 Full, 4/10 Partial.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017RZS152tpaHAhzA2BpAdyN
> **Disclaimer**: This document is an internal self-assessment mapping, NOT a validated certification or third-party audit. It documents how the toolkit's capabilities align with the referenced standard. Organizations must perform their own compliance assessments with qualified auditors.
13
13
14
14
15
-
> **Version:** 1.1 · **Taxonomy:** OWASP Top 10 for Agentic Applications 2026 (ASI01–ASI10), plus an AGT traceability extension
15
+
> **Version:** 1.2 · **Taxonomy:** OWASP Top 10 for Agentic Applications 2026 (ASI01–ASI10), plus an AGT traceability extension
16
16
> **Scope:** Agent Governance Toolkit (AGT) mitigation patterns, code evidence, and gap analysis.
17
17
18
18
---
@@ -33,16 +33,16 @@ it is not an eleventh entry in the official OWASP list.
33
33
| ASI01 | Agent Goal Hijack | ✅ Full | ACS input annotators and policy bindings |
34
34
| ASI02 | Tool Misuse and Exploitation | ✅ Full | ACS tool catalog and `AgentControl.runTool`|
35
35
| ASI03 | Identity and Privilege Abuse | ✅ Full | ACS labels, identity binding, and host RBAC |
0 commit comments