40-check design contract verification engine — score any URL, gate your CI, enforce DTCG 2025.10 tokens. MCP server + GitHub Action + stylelint plugin + CLI.
- capability exposure inferred + 35
- tool safety inferred + 17
- trust mitigators mixed − 11
inferred mixed
The A–E grade is our heuristic synthesis — a "review this" prompt, not a verdict. Each factor is tagged by what backs it: attested (a verifiable record), reported (a third party's claim), or inferred (our own heuristic, e.g. permissions). See methodology.
grade last moved 1w ago · see ecosystem CVEs →
- A · 1 → C · 41
- A · 9 → A · 1
- B · 29 → A · 9
No known CVEs for this server.
- high dangerous code
obfuscated payload: dynamic require()/import()
- medium toxic flow (lethal trifecta)
lethal trifecta reachable across this server's tool + source surface: private-data access + untrusted-content ingestion + network exfil (a leg is proven only in the analyzed source)
- low dangerous code
env-secret-flows-to-network-js: A process environment value reaches a network call. Review whether it is a credential leaving the process; the ordinary API-wrapper shape (read a ke
- low dangerous code
env-secret-flows-to-network-js: A process environment value reaches a network call. Review whether it is a credential leaving the process; the ordinary API-wrapper shape (read a ke
- low dangerous code
env-secret-flows-to-network-js: A process environment value reaches a network call. Review whether it is a credential leaving the process; the ordinary API-wrapper shape (read a ke
- low dangerous code
env-secret-flows-to-network-js: A process environment value reaches a network call. Review whether it is a credential leaving the process; the ordinary API-wrapper shape (read a ke
analyzed commit 12528fb · analyzer v33 · 12h ago
skills & prompt files 1
- agent-rules LE-VAI-designesy-org-12528fb/AGENTS.md
danger signals5
- suspicious endpoint 169.254.169.254 (cloud metadata) LE-VAI-designesy-org-12528fb/packages/score/test/engine.test.mjs :51
res.writeHead(302, { location: 'http://169.254.169.254/latest/meta-data' }); - suspicious endpoint 169.254.169.254 (cloud metadata) LE-VAI-designesy-org-12528fb/packages/score/test/ssrf.test.mjs :28
assert.equal(isValidUrl('http://169.254.169.254'), false); - suspicious endpoint 1.1.1.1 LE-VAI-designesy-org-12528fb/packages/score/test/ssrf.test.mjs :76
assert.equal(isValidUrl('http://1.1.1.1'), true); - suspicious endpoint 8.8.8.8 LE-VAI-designesy-org-12528fb/packages/score/test/ssrf.test.mjs :77
assert.equal(isValidUrl('http://8.8.8.8'), true); - suspicious endpoint 104.20.23.154 LE-VAI-designesy-org-12528fb/packages/score/test/ssrf.test.mjs :78
assert.equal(isValidUrl('https://104.20.23.154'), true);
Heuristic, inferred signals — false positives (legitimately powerful tools, forks, language ports) are expected. Treat each as "review this", not a verdict. See the ecosystem-wide picture on the security hub, or the fleet security of LE-VAI.