Published guides for HOL Guard and plugin-scanner, pulled from the AI Plugin Scanner library docs so the product page stays aligned with the canonical documentation source.
The GitHub Action can do more than fail a pull request. It can also open or reuse ecosystem submission issues and emit a registry payload file for downstream automation.
Submission flow
The intended path is:
add the scanner action to plugin CI
require min_score: 80 and a severity gate such as fail_on_severity: high
enable submission mode with a token that has issues:write on hashgraph-online/awesome-codex-plugins
when the plugin clears the threshold, the action opens or reuses a submission issue
the issue body includes machine-readable registry payload data so the same event can drive ecosystem automation
submission_token is required when submission_enabled: true. The flow is idempotent: if the plugin repository was already submitted, the action reuses the existing open issue instead of opening duplicates.
Action outputs
High-value outputs include:
score
grade
grade_label
max_severity
findings_total
submission_performed
submission_issue_urls
Registry payload export
If you want to feed the same scan into a registry, badge pipeline, or another plugin ecosystem automation step, request a registry payload file directly from the action:
The registry payload mirrors the submission data used by HOL ecosystem automation, so one scan can drive code scanning, review summaries, awesome-list intake, and registry trust ingestion.