|
42 | 42 | New plugin workflow: |
43 | 43 |
|
44 | 44 | 1. Create with `$plugin-creator` |
45 | | -2. Validate with [`codex-plugin-scanner`](https://github.com/hashgraph-online/codex-plugin-scanner) |
46 | | -3. Gate PRs with the [HOL scanner GitHub Action](https://github.com/hashgraph-online/hol-codex-plugin-scanner-action) |
| 45 | +2. Validate with [`plugin-scanner`](https://github.com/hashgraph-online/hol-guard) |
| 46 | +3. Gate PRs with the [HOL scanner GitHub Action](https://github.com/hashgraph-online/ai-plugin-scanner-action) |
47 | 47 | 4. Ship or submit with confidence |
48 | 48 |
|
49 | 49 | Quick preflight: |
50 | 50 |
|
51 | 51 | ```bash |
52 | | -pipx run codex-plugin-scanner lint . |
53 | | -pipx run codex-plugin-scanner verify . |
| 52 | +pipx run plugin-scanner lint . |
| 53 | +pipx run plugin-scanner verify . |
54 | 54 | ``` |
55 | 55 |
|
56 | 56 | This repo publishes a Codex repo marketplace at `.agents/plugins/marketplace.json`. The marketplace points at mirrored installable plugin bundles under `./plugins/`, so a clone of this repo can act as a curated plugin source in Codex. |
@@ -252,21 +252,21 @@ For this curated list, the machine-readable source of truth is the generated rep |
252 | 252 |
|
253 | 253 | ## Validate Before You Ship |
254 | 254 |
|
255 | | -After scaffolding with `$plugin-creator`, use [codex-plugin-scanner](https://github.com/hashgraph-online/codex-plugin-scanner) as your quality gate before publishing, review, or distribution. |
| 255 | +After scaffolding with `$plugin-creator`, use [`plugin-scanner`](https://github.com/hashgraph-online/hol-guard) as your quality gate before publishing, review, or distribution. |
256 | 256 |
|
257 | 257 | For skill/plugin authoring workflows, [Codex SkillForge](https://github.com/f0d010c/skillforge) provides an ESLint-style CLI and GitHub Action for scaffolding, linting, smoke-testing, and packaging Codex skills/plugins before publishing. |
258 | 258 |
|
259 | 259 | ### Local Preflight |
260 | 260 |
|
261 | 261 | ```bash |
262 | | -pipx run codex-plugin-scanner lint . |
263 | | -pipx run codex-plugin-scanner verify . |
| 262 | +pipx run plugin-scanner lint . |
| 263 | +pipx run plugin-scanner verify . |
264 | 264 | ``` |
265 | 265 |
|
266 | 266 | ### PR Gate (GitHub Actions) |
267 | 267 |
|
268 | 268 | ```yaml |
269 | | -- uses: hashgraph-online/hol-codex-plugin-scanner-action@v1 |
| 269 | +- uses: hashgraph-online/ai-plugin-scanner-action@v1 |
270 | 270 | with: |
271 | 271 | plugin_dir: "." |
272 | 272 | fail_on_severity: high |
@@ -303,7 +303,7 @@ The score is best used as a quick trust signal and triage summary (not the only |
303 | 303 |
|
304 | 304 | ## Plugin Trust Scores |
305 | 305 |
|
306 | | -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. |
| 306 | +Every plugin in this list is automatically ingested by the [HOL Plugin Registry](https://hol.org/registry/plugins), which runs each through the [`plugin-scanner`](https://github.com/hashgraph-online/hol-guard) to produce a trust score and security analysis. |
307 | 307 |
|
308 | 308 | Each plugin gets a detailed breakdown across six factors: |
309 | 309 |
|
|
0 commit comments