Add security policy, CI pipeline, and branch protection#1
Merged
Conversation
- SECURITY.md: responsible disclosure policy with scope definition - .github/workflows/security.yml: ShellCheck, gitleaks, OpenSSF Scorecard - Branch protection enabled on main (require PR + review + status checks) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
…dling Review feedback addressed: - README language changed from "finished product" to honest MVP status - Added "Known Limitations" section to both READMEs - Added "Tested With" section with real test results and bugs found - Added "Requirements" section (frontmatter, git, bash) - Feature descriptions use "best-effort" / "heuristic" language - Added error handling rules to SKILL.md (missing frontmatter, empty files, non-standard layouts, private repos, shell compatibility) - Scan scripts now handle missing name/description gracefully with fallback to directory name and "(no description available)" - Fixed repo URL casing: vv1n -> VV1NN throughout - Moved "How It Works" section before features to set expectations - Added notes under --check and --diff examples about limitations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fixes 7 Scorecard/Pinned-Dependencies alerts from GitHub Code Scanning. All actions now pinned to exact SHA with version comment: - actions/checkout@34e1148 (v4) - ludeeus/action-shellcheck@00cae50 (v2.0.0) - gitleaks/gitleaks-action@dcedce4 (v2) - ossf/scorecard-action@ea651e6 (v2.4.1) - github/codeql-action@865f5f5 (v3) Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
SECURITY.mdwith responsible disclosure policysecurity.yml) that runs on every push/PR:install.shfor shell script issuesmain:Test plan
install.sh🤖 Generated with Claude Code