|
11 | 11 | <p align="center"> |
12 | 12 | <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> |
13 | 13 | <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> |
14 | 15 | </p> |
15 | 16 |
|
16 | 17 | <p align="center"> |
@@ -128,6 +129,28 @@ Currently no self-serve marketplace submission. Plugins are distributed via loca |
128 | 129 | - [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code#readme) - Claude Code resources. |
129 | 130 | - [awesome-coding-agents](https://github.com/e2b-dev/awesome-ai-agents#readme) - Curated list of AI coding agents. |
130 | 131 | - [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 | +[](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`. |
131 | 154 |
|
132 | 155 | ## Contributing |
133 | 156 |
|
|
0 commit comments