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.
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.
lint for authoring feedback and rule-level findings
verify for runtime and install-surface checks
submit for artifact-backed submission gating
What the action can emit
High-value outputs include:
score
grade
policy_pass
verify_pass
max_severity
SARIF upload is supported for GitHub code scanning workflows, and the action can also export submission payloads for downstream registry or review automation.
Typical pull request flow
install dependencies for the plugin or marketplace repo
run the action on pull requests with mode: scan or mode: verify
upload SARIF when you want code scanning annotations
fail the workflow on severity or minimum-score thresholds
switch to submit only when the repository is ready to emit release or registry artifacts
lint for authoring feedback and rule-level findings
verify for runtime and install-surface checks
submit for artifact-backed submission gating
What the action can emit
High-value outputs include:
score
grade
policy_pass
verify_pass
max_severity
SARIF upload is supported for GitHub code scanning workflows, and the action can also export submission payloads for downstream registry or review automation.
Typical pull request flow
install dependencies for the plugin or marketplace repo
run the action on pull requests with mode: scan or mode: verify
upload SARIF when you want code scanning annotations
fail the workflow on severity or minimum-score thresholds
switch to submit only when the repository is ready to emit release or registry artifacts