chore: fix HOL plugin scanner findings (score 79 → 100) - #30
Merged
Merged
Conversation
Address findings from the HOL centralized scan on hashgraph-online/awesome-ai-plugins#302 (score 79, below the 80 minimum; advisory only): - Add SECURITY.md with supported versions and private reporting process - Pin all third-party GitHub Actions to commit SHAs (with version comments) - Add .github/dependabot.yml for github-actions and npm ecosystems - Add scanner CI workflow (.github/workflows/plugin-scanner.yml) using hashgraph-online/ai-plugin-scanner-action, per awesome-ai-plugins' SCANNER_GUIDE.md, to keep the full trust score Verified locally: plugin-scanner scan now reports 100/100 (A), 0 findings; npm test: 190/190 pass. Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
awesome-ai-plugins 收录 PR(hashgraph-online/awesome-ai-plugins#302)的 HOL 集中扫描失败:得分 79/100,低于 80 的最低阈值(不阻塞收录,属 advisory)。扣分项:
SECURITY.md(+0/3)改动
SECURITY.md(支持版本 + 私密漏洞报告流程)ci.yml/auto-fix-issue.yml中所有第三方 Actions 固定为 commit SHA(保留版本注释).github/dependabot.yml(github-actions + npm,weekly).github/workflows/plugin-scanner.yml,按 SCANNER_GUIDE.md 推荐配置接入hashgraph-online/ai-plugin-scanner-action验证
plugin-scanner scan .:100/100 (A),0 findings(SECURITY.md / SHA pin / Dependabot 全部 ✅)npm test:190/190 通过🤖 Generated with Claude Code