Skip to content

Commit 982353f

Browse files
Add HOL Plugin Registry link and trust scores section
- Add Browse Registry badge to header - Add HOL Plugin Registry to Related Projects (alphabetically sorted) - Add Plugin Trust Scores section explaining scanner-backed analysis, the six trust factors, and embeddable badge instructions
1 parent cbd4758 commit 982353f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<p align="center">
1212
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
1313
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a>
14+
<a href="https://hol.org/registry/plugins"><img src="https://img.shields.io/badge/Browse-Registry-green" alt="Browse Registry"></a>
1415
</p>
1516

1617
<p align="center">
@@ -128,6 +129,28 @@ Currently no self-serve marketplace submission. Plugins are distributed via loca
128129
- [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code#readme) - Claude Code resources.
129130
- [awesome-coding-agents](https://github.com/e2b-dev/awesome-ai-agents#readme) - Curated list of AI coding agents.
130131
- [awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers#readme) - MCP server directory.
132+
- [HOL Plugin Registry](https://hol.org/registry/plugins) - Browse plugins with scanner-backed security analysis and trust scores. Auto-ingests this list and augments each plugin with detailed trust breakdowns, security labels, embeddable badges, and install guidance.
133+
134+
## Plugin Trust Scores
135+
136+
Every plugin in this list is automatically ingested by the [HOL Plugin Registry](https://hol.org/registry/plugins), which runs each through the [codex-plugin-scanner](https://github.com/hashgraph-online/codex-plugin-scanner) to produce a trust score and security analysis.
137+
138+
Each plugin gets a detailed breakdown across six factors:
139+
140+
- **Installability** - Can the plugin be installed and run without errors?
141+
- **Maintenance** - Is the repo actively maintained with clear documentation?
142+
- **MCP Posture** - How securely are MCP servers configured?
143+
- **Plugin Security** - Does the manifest follow security best practices?
144+
- **Provenance** - Can the publisher's identity be verified?
145+
- **Publisher Quality** - Does the publisher have a track record of quality releases?
146+
147+
You can embed a trust badge in your plugin's README:
148+
149+
```
150+
[![Plugin Name on HOL Registry (Trust Score)](https://img.shields.io/endpoint?url=https%3A%2F%2Fhol.org%2Fapi%2Fregistry%2Fbadges%2Fplugin%3Fslug%3DOWNER%252FREPO%26metric%3Dtrust%26style%3Dfor-the-badge%26label%3DPlugin+Name)](https://hol.org/registry/plugins/OWNER%2FREPO)
151+
```
152+
153+
Replace `OWNER%2FREPO` with your plugin's GitHub owner and repo name (URL-encoded slash). Metrics available: `trust`, `security`. Styles: `flat`, `flat-square`, `plastic`, `for-the-badge`, `social`.
131154

132155
## Contributing
133156

0 commit comments

Comments
 (0)