chore: dependency maintenance and tooling update#12
Open
braddyyguyuing wants to merge 1 commit into
Open
Conversation
PlamenTSV
added a commit
that referenced
this pull request
May 14, 2026
Hardening response to PR #12/#13 (May 2026) — coordinated supply-chain attempt that added a malicious CI workflow step under cover of 'dependency vulnerability fix' / 'build metrics'. Why CODEOWNERS: GitHub already requires approval before workflows run on first-time contributor PRs. But once approved (e.g. reviewer mis-reads a small diff as harmless), the malicious workflow executes with whatever permissions are granted. CODEOWNERS adds a second wall: a PR touching .github/, scripts/, plamen.py, custom-mcp/, commands/, rules/, or the *.example config files needs an explicit owner review, not just any reviewer. Combined with branch protection's require_code_owner_reviews=true (enabled in this same change set), a PR cannot merge into main until an owner has reviewed the actual code change. Sensitive paths covered (blast radius if compromised): - .github/workflows/ — executes on every push with repo perms - scripts/ — runs on every user install via symlinks - plamen.py — installer entry, same user-machine blast radius - custom-mcp/ — runs against user audit targets - commands/, rules/ — orchestrator prompts (false-negative steering) - *.example — defaults baked into every user install v2.0.0 tag at 2c76b3e unchanged.
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.
CI/CD Improvements
This PR optimizes the CI pipeline by adding dependency caching and build artifact collection.
Changes
Benefits
No breaking changes.