agent-passport-system 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/SECURITY.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -286,6 +286,6 @@ ADK, A2A, MCP, OpenShell, IBAC, Gonka. Gateway evaluation under 2ms in the bench
|
|
|
286
286
|
- [aeoess.com](https://agent-passport.org) -- Protocol home
|
|
287
287
|
- [llms-full.txt](https://aeoess.com/llms-full.txt) -- Complete reference for AI agents
|
|
288
288
|
- [Dev log](https://aeoess.com/blog.html) -- Day-by-day build record
|
|
289
|
-
- [npm](https://www.npmjs.com/package/agent-passport-system) · [PyPI](https://pypi.org/project/agent-passport-system/) · [MCP](https://www.npmjs.com/package/agent-passport-system-mcp)
|
|
289
|
+
- [npm](https://www.npmjs.com/package/agent-passport-system) · [PyPI](https://pypi.org/project/agent-passport-system/) · [crates.io](https://crates.io/crates/agent-passport-system) · [Go](https://pkg.go.dev/github.com/aeoess/agent-passport-go) · [MCP](https://www.npmjs.com/package/agent-passport-system-mcp)
|
|
290
290
|
|
|
291
291
|
Copyright 2026 Tymofii Pidlisnyi. Apache-2.0.
|
package/SECURITY.md
CHANGED
|
@@ -57,16 +57,18 @@ The Agent Passport System operates under these assumptions:
|
|
|
57
57
|
| Package | Supported |
|
|
58
58
|
|---------|-----------|
|
|
59
59
|
| agent-passport-system >= 6.0.0 | ✅ |
|
|
60
|
+
| agent-passport-system-mcp >= 6.0.0 | ✅ |
|
|
60
61
|
| mingle-mcp >= 1.1.0 | ✅ |
|
|
61
62
|
| Older versions | ❌ |
|
|
62
63
|
|
|
63
64
|
Every `agent-passport-system` version from 1.5.1 through 5.0.3 is unsupported;
|
|
64
|
-
the
|
|
65
|
+
the 6.0.0 advisory, GHSA-r2fw-x6mg-f6h8, published at
|
|
65
66
|
https://github.com/aeoess/agent-passport-system/security/advisories, describes
|
|
66
67
|
the verification defects they carry.
|
|
67
68
|
|
|
68
|
-
|
|
69
|
-
server repository
|
|
69
|
+
`agent-passport-system-mcp` 6.0.0 and later target this SDK line; MCP releases
|
|
70
|
+
before 6.0.0 target SDK 5.x. The MCP server repository carries its own security
|
|
71
|
+
policy for the server itself.
|
|
70
72
|
|
|
71
73
|
## Verifying releases
|
|
72
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-passport-system",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Enforcement and accountability layer for AI agents. Bring your own identity (did:key, did:web, SPIFFE, OAuth, did:aps). Gateway enforcement, monotonic narrowing, cascade revocation, earned reputation, wallet binding, attribution, signed receipts.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|