docs: add HOL registry links and broker plugin example#33
Conversation
- Link to HOL Plugin Registry in intro and resources - Add Registry Broker Codex Plugin as scanned example (100/100) - Update scanner version in example output to 1.4.0 - Add HOL Standards docs link to resources
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to reflect version 1.4.0, adds a new example section for the HOL Registry Broker Plugin, and updates various links to the HOL ecosystem. A review comment points out that the example scan score should be updated to 100/100 to match the scanner's normalization logic.
| Findings: critical:0, high:0, medium:0, low:0, info:0 | ||
|
|
||
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
| Final Score: 130/130 (A+ - Perfect) |
There was a problem hiding this comment.
The example output shows a score of 130/130, but the scanner's implementation in src/codex_plugin_scanner/scanner.py (line 90) normalizes the final score to a percentage (0-100). To accurately reflect the tool's output, this should be updated to 100/100. Additionally, ensure the grade and label (A+ - Perfect) match the output generated by the tool for a 100% score, as the existing example on line 190 uses A - Excellent for the same percentage.
| Final Score: 130/130 (A+ - Perfect) | |
| Final Score: 100/100 (A+ - Perfect) |
Adds HOL Plugin Registry links throughout README and includes the Registry Broker Codex Plugin as a scanned example showing 130/130 (A+ Perfect) trust score.