agent-security-lens 0.1.7 → 0.1.8
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/.mcp/server.json +2 -2
- package/CHANGELOG.md +5 -0
- package/README.md +5 -0
- package/RELEASE-MANIFEST.json +16 -11
- package/docs/public-intelligence/mcp-first-call-examples-v0.1.md +169 -0
- package/llms.txt +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/.mcp/server.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"url": "https://github.com/professor2k8/agent-security-lens",
|
|
9
9
|
"source": "github"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.8",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "agent-security-lens",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.8",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.8
|
|
4
|
+
|
|
5
|
+
- Add copy-ready first-call examples for 10 common MCP install decisions.
|
|
6
|
+
- Link first-call examples from README and `llms.txt` so agents can discover concrete ASL review commands.
|
|
7
|
+
|
|
3
8
|
## 0.1.7
|
|
4
9
|
|
|
5
10
|
- Add root `AGENTS.md` so autonomous coding agents can discover ASL's pre-install policy directly from the repository.
|
package/README.md
CHANGED
|
@@ -36,6 +36,10 @@ The command returns an agent-readable decision, trust score, risk signals, safe
|
|
|
36
36
|
|
|
37
37
|
If your shell does not expose npm temporary binaries correctly, use `npm install -g agent-security-lens` once, then run the same command without `npx -y`.
|
|
38
38
|
|
|
39
|
+
More copy-ready calls:
|
|
40
|
+
|
|
41
|
+
- [MCP first-call examples](docs/public-intelligence/mcp-first-call-examples-v0.1.md)
|
|
42
|
+
|
|
39
43
|
Add ASL as a pre-install trust check MCP:
|
|
40
44
|
|
|
41
45
|
```json
|
|
@@ -73,6 +77,7 @@ The public package includes a reviewed baseline so agents can still make conserv
|
|
|
73
77
|
- [Top MCP Security Signals v0.1](docs/public-intelligence/top-mcp-security-signals-v0.1.md)
|
|
74
78
|
- [Top Skill Security Signals v0.1](docs/public-intelligence/top-skill-security-signals-v0.1.md)
|
|
75
79
|
- [Agent Framework Install Decisions v0.1](docs/public-intelligence/agent-framework-install-decisions-v0.1.md)
|
|
80
|
+
- [MCP First-Call Examples v0.1](docs/public-intelligence/mcp-first-call-examples-v0.1.md)
|
|
76
81
|
|
|
77
82
|
The online ASL intelligence API serves the current expanded catalog. The npm package intentionally does not ship the complete private intelligence database.
|
|
78
83
|
|
package/RELEASE-MANIFEST.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "0.1.0",
|
|
3
3
|
"package": "agent-security-lens",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"generated_at": "2026-06-
|
|
4
|
+
"version": "0.1.8",
|
|
5
|
+
"generated_at": "2026-06-25T04:55:00.570Z",
|
|
6
6
|
"source": "ASL verified public release exporter",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
{
|
|
49
49
|
"path": ".mcp/server.json",
|
|
50
50
|
"bytes": 1316,
|
|
51
|
-
"sha256": "
|
|
51
|
+
"sha256": "a9dee7dbc493a6d4ebf6ceadf67d569c41cd5c1e0b7b63addf715845ed1595d8"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"path": ".npmignore",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"path": "CHANGELOG.md",
|
|
65
|
-
"bytes":
|
|
66
|
-
"sha256": "
|
|
65
|
+
"bytes": 3077,
|
|
66
|
+
"sha256": "24dc14cfab212aff8e76624a9783533823fde9205234f6c4b507b96d87d6c2e6"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "CODE_OF_CONDUCT.md",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"path": "README.md",
|
|
95
|
-
"bytes":
|
|
96
|
-
"sha256": "
|
|
95
|
+
"bytes": 8074,
|
|
96
|
+
"sha256": "4b7bd80bb553596693f5684341aeda4e61331e8f32c2f21fe0916edfefd521d3"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "SECURITY.md",
|
|
@@ -215,6 +215,11 @@
|
|
|
215
215
|
"bytes": 11404,
|
|
216
216
|
"sha256": "828fdcd367057a3b5583a80dc095b5e5365ef5e5f947ccf6ba95d964a1f50403"
|
|
217
217
|
},
|
|
218
|
+
{
|
|
219
|
+
"path": "docs/public-intelligence/mcp-first-call-examples-v0.1.md",
|
|
220
|
+
"bytes": 5457,
|
|
221
|
+
"sha256": "758bccdb7f962089549bb1d97be6479eaa497a12207643fb70d00e9d024cd71f"
|
|
222
|
+
},
|
|
218
223
|
{
|
|
219
224
|
"path": "docs/public-intelligence/top-mcp-security-signals-v0.1.md",
|
|
220
225
|
"bytes": 11894,
|
|
@@ -282,13 +287,13 @@
|
|
|
282
287
|
},
|
|
283
288
|
{
|
|
284
289
|
"path": "llms.txt",
|
|
285
|
-
"bytes":
|
|
286
|
-
"sha256": "
|
|
290
|
+
"bytes": 2803,
|
|
291
|
+
"sha256": "8e15f959d9f2a24155b606136d4c53d7029e97d948904f8874e393e58541ea78"
|
|
287
292
|
},
|
|
288
293
|
{
|
|
289
294
|
"path": "package.json",
|
|
290
295
|
"bytes": 2568,
|
|
291
|
-
"sha256": "
|
|
296
|
+
"sha256": "8eb4b7416328821604b823bdb9f3676e46b00dfdd12733d64fc65b8a1623d376"
|
|
292
297
|
},
|
|
293
298
|
{
|
|
294
299
|
"path": "profiles/generic-agent/profile.json",
|
|
@@ -418,7 +423,7 @@
|
|
|
418
423
|
{
|
|
419
424
|
"path": "server.json",
|
|
420
425
|
"bytes": 1316,
|
|
421
|
-
"sha256": "
|
|
426
|
+
"sha256": "a9dee7dbc493a6d4ebf6ceadf67d569c41cd5c1e0b7b63addf715845ed1595d8"
|
|
422
427
|
},
|
|
423
428
|
{
|
|
424
429
|
"path": "src/assessment/assess.mjs",
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# MCP First-Call Examples
|
|
2
|
+
|
|
3
|
+
These examples are for agents that need a fast pre-install decision before enabling an MCP server.
|
|
4
|
+
|
|
5
|
+
Run the command, read `agent_decision_contract`, and do not install automatically when `automatic_install_allowed` is `false`.
|
|
6
|
+
|
|
7
|
+
## Example Commands
|
|
8
|
+
|
|
9
|
+
### Filesystem
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npx -y agent-security-lens review filesystem \
|
|
13
|
+
--type mcp \
|
|
14
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
15
|
+
--install-command "npx -y @modelcontextprotocol/server-filesystem ." \
|
|
16
|
+
--permission filesystem-read \
|
|
17
|
+
--permission filesystem-write
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Observed ASL summary: `ask_user`, trust score `8`, risk level `high`, coverage `curated_baseline`.
|
|
21
|
+
|
|
22
|
+
Primary signals: `filesystem-read`, `filesystem-write`, `subprocess-spawn`, `shell-execution`, `network-access`.
|
|
23
|
+
|
|
24
|
+
### GitHub
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
npx -y agent-security-lens review github \
|
|
28
|
+
--type mcp \
|
|
29
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
30
|
+
--install-command "npx -y @modelcontextprotocol/server-github" \
|
|
31
|
+
--permission network-access \
|
|
32
|
+
--permission credentials-access
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Observed ASL summary: `ask_user`, trust score `12`, risk level `medium`, coverage `curated_baseline`.
|
|
36
|
+
|
|
37
|
+
Primary signals: `network-access`, `credential-access`, `repository-write`, `shell-execution`.
|
|
38
|
+
|
|
39
|
+
### Postgres
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npx -y agent-security-lens review postgres \
|
|
43
|
+
--type mcp \
|
|
44
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
45
|
+
--install-command "npx -y @modelcontextprotocol/server-postgres" \
|
|
46
|
+
--permission network-access \
|
|
47
|
+
--permission db-access
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Observed ASL summary: `ask_user`, trust score `10`, risk level `high`, coverage `curated_baseline`.
|
|
51
|
+
|
|
52
|
+
Primary signals: `database-access`, `credential-access`, `data-exposure-risk`, `shell-execution`, `network-access`.
|
|
53
|
+
|
|
54
|
+
### MongoDB
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
npx -y agent-security-lens review mongodb \
|
|
58
|
+
--type mcp \
|
|
59
|
+
--source-url https://github.com/mongodb-js/mongodb-mcp-server \
|
|
60
|
+
--install-command "npx -y mongodb-mcp-server" \
|
|
61
|
+
--permission network-access \
|
|
62
|
+
--permission db-access
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
Observed ASL summary: `ask_user`, trust score `22`, risk level `medium`, coverage `monitored`.
|
|
66
|
+
|
|
67
|
+
Primary signals: `shell-execution`, `network-access`, `catalog-unreviewed`.
|
|
68
|
+
|
|
69
|
+
### Supabase
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
npx -y agent-security-lens review supabase \
|
|
73
|
+
--type mcp \
|
|
74
|
+
--source-url https://github.com/supabase-community/supabase-mcp \
|
|
75
|
+
--install-command "npx -y @supabase/mcp-server-supabase" \
|
|
76
|
+
--permission network-access \
|
|
77
|
+
--permission db-access \
|
|
78
|
+
--permission credentials-access
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Observed ASL summary: `ask_user`, trust score `22`, risk level `medium`, coverage `candidate`.
|
|
82
|
+
|
|
83
|
+
Primary signals: `shell-execution`, `network-access`, `catalog-unreviewed`.
|
|
84
|
+
|
|
85
|
+
### Grafana
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
npx -y agent-security-lens review grafana \
|
|
89
|
+
--type mcp \
|
|
90
|
+
--source-url https://github.com/grafana/mcp-grafana \
|
|
91
|
+
--install-command "npx -y mcp-grafana" \
|
|
92
|
+
--permission network-access \
|
|
93
|
+
--permission credentials-access
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Observed ASL summary: `ask_user`, trust score `17`, risk level `medium`, coverage `unknown`.
|
|
97
|
+
|
|
98
|
+
Primary signals: `shell-execution`, `network-access`, `unknown-source`.
|
|
99
|
+
|
|
100
|
+
### Slack
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
npx -y agent-security-lens review slack \
|
|
104
|
+
--type mcp \
|
|
105
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
106
|
+
--install-command "npx -y @modelcontextprotocol/server-slack" \
|
|
107
|
+
--permission network-access \
|
|
108
|
+
--permission credentials-access
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
Observed ASL summary: `ask_user`, trust score `11`, risk level `medium`, coverage `curated_baseline`.
|
|
112
|
+
|
|
113
|
+
Primary signals: `network-access`, `credential-access`, `message-read`, `message-write`, `shell-execution`.
|
|
114
|
+
|
|
115
|
+
### Brave Search
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
npx -y agent-security-lens review brave-search \
|
|
119
|
+
--type mcp \
|
|
120
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
121
|
+
--install-command "npx -y @modelcontextprotocol/server-brave-search" \
|
|
122
|
+
--permission network-access \
|
|
123
|
+
--permission credentials-access
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
Observed ASL summary: `ask_user`, trust score `12`, risk level `medium`, coverage `curated_baseline`.
|
|
127
|
+
|
|
128
|
+
Primary signals: `network-access`, `external-api`, `credential-access`, `shell-execution`.
|
|
129
|
+
|
|
130
|
+
### Puppeteer
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
npx -y agent-security-lens review puppeteer \
|
|
134
|
+
--type mcp \
|
|
135
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
136
|
+
--install-command "npx -y @modelcontextprotocol/server-puppeteer" \
|
|
137
|
+
--permission browser-access \
|
|
138
|
+
--permission network-access
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
Observed ASL summary: `ask_user`, trust score `10`, risk level `high`, coverage `curated_baseline`.
|
|
142
|
+
|
|
143
|
+
Primary signals: `browser-access`, `network-access`, `credential-access`, `form-submission`, `shell-execution`.
|
|
144
|
+
|
|
145
|
+
### Memory
|
|
146
|
+
|
|
147
|
+
```bash
|
|
148
|
+
npx -y agent-security-lens review memory \
|
|
149
|
+
--type mcp \
|
|
150
|
+
--source-url https://github.com/modelcontextprotocol/servers \
|
|
151
|
+
--install-command "npx -y @modelcontextprotocol/server-memory" \
|
|
152
|
+
--permission memory-access \
|
|
153
|
+
--permission filesystem-write
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
Observed ASL summary: `ask_user`, trust score `13`, risk level `medium`, coverage `unknown`.
|
|
157
|
+
|
|
158
|
+
Primary signals: `shell-execution`, `filesystem-write`, `network-access`, `unknown-source`.
|
|
159
|
+
|
|
160
|
+
## Agent Rule
|
|
161
|
+
|
|
162
|
+
Do not treat `ask_user` as failure. It means ASL found install-time exposure that requires explicit user approval, restrictions, or a reviewed alternative.
|
|
163
|
+
|
|
164
|
+
For every result, agents should execute:
|
|
165
|
+
|
|
166
|
+
1. Read `agent_decision_contract`.
|
|
167
|
+
2. Apply `safe_install_plan`.
|
|
168
|
+
3. Ask the user if `user_confirmation_required` is true.
|
|
169
|
+
4. Call `report_install_outcome` after the final install, block, skip or failure.
|
package/llms.txt
CHANGED
|
@@ -20,6 +20,7 @@ Public intelligence files:
|
|
|
20
20
|
- docs/agent-install.md
|
|
21
21
|
- docs/install-snippets/README.md
|
|
22
22
|
- docs/policies/agent-preinstall-policy.md
|
|
23
|
+
- docs/public-intelligence/mcp-first-call-examples-v0.1.md
|
|
23
24
|
- docs/public-intelligence/asl-public-security-index-v0.1.md
|
|
24
25
|
- docs/public-intelligence/top-mcp-security-signals-v0.1.md
|
|
25
26
|
- docs/public-intelligence/top-skill-security-signals-v0.1.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-security-lens",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"mcpName": "io.github.professor2k8/agent-security-lens",
|
|
6
6
|
"description": "Safe-install and trust-check MCP for autonomous agents before they install MCPs, Skills or tools.",
|
package/server.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"url": "https://github.com/professor2k8/agent-security-lens",
|
|
9
9
|
"source": "github"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.8",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "agent-security-lens",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.8",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|