Skip to content

Commit d6b1b86

Browse files
committed
Update scanner references: codex-plugin-scanner → plugin-scanner / hol-guard
1 parent a1cfec4 commit d6b1b86

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
New plugin workflow:
4343

4444
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)
4747
4. Ship or submit with confidence
4848

4949
Quick preflight:
5050

5151
```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 .
5454
```
5555

5656
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
252252

253253
## Validate Before You Ship
254254

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.
256256

257257
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.
258258

259259
### Local Preflight
260260

261261
```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 .
264264
```
265265

266266
### PR Gate (GitHub Actions)
267267

268268
```yaml
269-
- uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
269+
- uses: hashgraph-online/ai-plugin-scanner-action@v1
270270
with:
271271
plugin_dir: "."
272272
fail_on_severity: high
@@ -303,7 +303,7 @@ The score is best used as a quick trust signal and triage summary (not the only
303303
304304
## Plugin Trust Scores
305305
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.
307307

308308
Each plugin gets a detailed breakdown across six factors:
309309

0 commit comments

Comments
 (0)