forked from agentrust-io/agent-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel0-software-only.json
More file actions
70 lines (70 loc) · 2.7 KB
/
Copy pathlevel0-software-only.json
File metadata and controls
70 lines (70 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"@context": "https://manifest.agentrust-io.com/v0.2/context.json",
"@type": "AgentManifest",
"manifest_id": "019236ab-cdef-7000-8000-000000000001",
"agent_id": "spiffe://trust.acme.co/agent/doc-summarizer/prod",
"version": "0.1",
"issued_at": "2026-06-04T00:00:00Z",
"expires_at": "2026-09-02T00:00:00Z",
"issuer": "spiffe://trust.acme.co/signing-authority",
"crypto_profile": "standard",
"artifacts": {
"system_prompt": {
"hash": "sha256:a1b2c3d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890",
"hash_algorithm": "SHA-256",
"version": "1.0.0",
"classification": "internal",
"bound_at": "2026-06-04T00:00:00Z"
},
"policy_bundle": {
"hash": "sha256:b1b2c3d4e5f67890b1b2c3d4e5f67890b1b2c3d4e5f67890b1b2c3d4e5f67890",
"policy_language": "cedar",
"version": "1.0.0",
"enforcement_mode": "enforce",
"scope": ["docs:read:summarize"],
"agt_version": "0.9.0",
"bound_at": "2026-06-04T00:00:00Z"
},
"tool_manifest": {
"catalog_hash": "sha256:c1b2c3d4e5f67890c1b2c3d4e5f67890c1b2c3d4e5f67890c1b2c3d4e5f67890",
"tools": [
{
"tool_id": "co.acme.docs.fetch_document",
"tool_name": "fetch_document",
"endpoint_id": "spiffe://trust.acme.co/mcp/docs-gateway/prod",
"schema_hash": "sha256:11b2c3d4e5f6789011b2c3d4e5f6789011b2c3d4e5f6789011b2c3d4e5f67890",
"description_hash": "sha256:12b2c3d4e5f6789012b2c3d4e5f6789012b2c3d4e5f6789012b2c3d4e5f67890",
"version": "1.0.0",
"egress_destinations": []
},
{
"tool_id": "co.acme.docs.summarize_document",
"tool_name": "summarize_document",
"endpoint_id": "spiffe://trust.acme.co/mcp/docs-gateway/prod",
"schema_hash": "sha256:13b2c3d4e5f6789013b2c3d4e5f6789013b2c3d4e5f6789013b2c3d4e5f67890",
"description_hash": "sha256:14b2c3d4e5f6789014b2c3d4e5f6789014b2c3d4e5f6789014b2c3d4e5f67890",
"version": "1.0.0",
"egress_destinations": ["api.anthropic.com"]
}
],
"allow_dynamic_registration": false,
"rug_pull_policy": "deny-and-alert",
"bound_at": "2026-06-04T00:00:00Z"
},
"model_identity": {
"provider": "anthropic",
"model_id": "claude-haiku-4-5-20251001",
"version": "20251001",
"deployment_type": "api",
"model_attestation_type": "provider-asserted",
"bound_at": "2026-06-04T00:00:00Z"
}
},
"signature": {
"algorithm": "Ed25519",
"key_id": "d1b2c3d4e5f67890d1b2c3d4e5f67890d1b2c3d4e5f67890d1b2c3d4e5f67890",
"key_type": "software",
"signed_at": "2026-06-04T00:00:00Z",
"signature_value": "BASE64URL_ENCODED_SIGNATURE_PLACEHOLDER"
}
}