-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbom.json
More file actions
85 lines (85 loc) · 1.97 KB
/
sbom.json
File metadata and controls
85 lines (85 loc) · 1.97 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:13941ce2-1aea-4d79-8529-95cdcbc44efd",
"version": 1,
"metadata": {
"timestamp": "2026-02-18T05:09:18.699Z",
"tools": [
{
"name": "agent-security-sbom-generator",
"version": "1.0.0"
}
],
"component": {
"type": "application",
"name": "@empowered-humanity/agent-security",
"version": "2.0.0",
"description": "Security scanner for AI agent architectures - 220+ detection patterns and 5 runtime guard modules for prompt injection, SSRF, path traversal, credential exposure, MCP security, and OWASP ASI vulnerabilities",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/%40empowered-humanity/agent-security@2.0.0"
}
},
"components": [
{
"type": "library",
"name": "chalk",
"version": "5.3.0",
"purl": "pkg:npm/chalk@5.3.0"
},
{
"type": "library",
"name": "commander",
"version": "12.0.0",
"purl": "pkg:npm/commander@12.0.0"
},
{
"type": "library",
"name": "glob",
"version": "10.3.0",
"purl": "pkg:npm/glob@10.3.0"
},
{
"type": "library",
"name": "ora",
"version": "8.0.0",
"purl": "pkg:npm/ora@8.0.0"
},
{
"type": "library",
"name": "yaml",
"version": "2.3.0",
"purl": "pkg:npm/yaml@2.3.0"
},
{
"type": "library",
"name": "@types/node",
"version": "20.10.0",
"purl": "pkg:npm/%40types/node@20.10.0"
},
{
"type": "library",
"name": "rimraf",
"version": "5.0.0",
"purl": "pkg:npm/rimraf@5.0.0"
},
{
"type": "library",
"name": "typescript",
"version": "5.3.0",
"purl": "pkg:npm/typescript@5.3.0"
},
{
"type": "library",
"name": "vitest",
"version": "1.0.0",
"purl": "pkg:npm/vitest@1.0.0"
}
]
}