You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran the AgentGraph security scanner against 25 of the most-installed OpenClaw skills. This post summarizes the results and links to the full report.
Summary
Metric
Value
Skills scanned
25
Total findings
1,195
Critical
25
High
615
Medium
555
Average trust score
51.1 / 100
Skills scoring below 20/100
36% (9 of 25)
Skills with critical findings
4
Notable results
clawhub (OpenClaw's skill registry): 0/100
secureclaw (OpenClaw's security plugin): 0/100
Both of these are infrastructure-level packages that other skills depend on. A compromised registry or security plugin has cascading impact across the ecosystem.
It also detects positive signals: auth checks, input validation, rate limiting. Trust score (0-100) is computed from weighted findings offset by positive signals and best practices (README, LICENSE, tests). Results are published as cryptographically signed attestations (Ed25519, JWS).
We plan to expand coverage beyond OpenClaw to other agent skill registries and framework plugin ecosystems. If you want a specific repo scanned, open an issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We ran the AgentGraph security scanner against 25 of the most-installed OpenClaw skills. This post summarizes the results and links to the full report.
Summary
Notable results
Both of these are infrastructure-level packages that other skills depend on. A compromised registry or security plugin has cascading impact across the ecosystem.
Score distribution
The distribution is bimodal — skills are either clean or deeply problematic, with almost nothing in between.
Methodology
The scanner performs static analysis on source code, checking for:
It also detects positive signals: auth checks, input validation, rate limiting. Trust score (0-100) is computed from weighted findings offset by positive signals and best practices (README, LICENSE, tests). Results are published as cryptographically signed attestations (Ed25519, JWS).
Links
src/scanner/in this reposcripts/scan_openclaw_skills.pysdk/mcp-server/agentgraph_trust/Next steps
We plan to expand coverage beyond OpenClaw to other agent skill registries and framework plugin ecosystems. If you want a specific repo scanned, open an issue.
Beta Was this translation helpful? Give feedback.
All reactions