Add security-tools plugin (secure-github-actions)#4
Merged
Conversation
Scaffold the security-tools plugin — keep CC-authored CI and code safe. Manifest, README, CHANGELOG, and MIT license. Skills added in follow-up commits. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Harden GitHub Actions workflows against supply-chain and injection attacks — a 14-rule review checklist plus audit commands. Ported from an internal Claude Code plugin collection; organization-specific action allowlists, incident references, and internal reusable-workflow examples were genericized. Co-Authored-By: Jacopo Scrinzi <10990391+eredi93@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…dits Add a PostToolUse hook that fires when a file under .github/workflows/ (or .github/workflows-disabled/) is read or edited and reminds Claude to load the secure-github-actions skill, so workflow changes get the hardening review automatically. Non-blocking — it only injects a context reminder. Ported from an internal Claude Code plugin collection and genericized. Co-Authored-By: Jacopo Scrinzi <10990391+eredi93@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add security-tools to the marketplace manifest and root README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
normprovost
reviewed
Jul 9, 2026
normprovost
reviewed
Jul 9, 2026
normprovost
reviewed
Jul 9, 2026
normprovost
reviewed
Jul 9, 2026
…and CI-agnostic Generalize the description and When-NOT-to-Use exclusions so they don't read as JS/Ruby-specific. Claude could otherwise latch onto npm/pnpm/Gemfile/Buildkite/ CircleCI names and skip the skill on a Java/Go/Python codebase that still has a workflow YAML to harden. Also drop Rule 3's trusted-reusable-workflow exception and reconcile downstream: remove the contradicting checklist line and SHA-pin the reusable-workflow examples. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
MrDHat
force-pushed
the
akshay/open-source-security-tools
branch
from
July 9, 2026 13:41
ef6016e to
ed2e5ff
Compare
normprovost
approved these changes
Jul 9, 2026
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.
Why?
Continuing the effort to open-source broadly-useful, well-adopted Claude Code skills.
secure-github-actionsis a general-purpose GitHub Actions hardening reviewer with no organization-specific coupling — valuable to anyone running Actions.How?
Adds the
security-toolsplugin to thefin-2xmarketplace:permissions:,pull_request_target, OIDC, and public-repo rules) plus a set of audit grep commands.PostToolUsehook that reminds Claude to load the skill whenever a.github/workflows/*.ymlfile is read or edited, so workflow changes get the hardening review automatically.Ported from an internal Claude Code plugin collection; organization-specific action allowlists, incident references, and internal reusable-workflow examples were genericized. The original author is credited via
Co-Authored-Bytrailers. Commit structure: one bootstrap commit, one for the skill, one for the hook, one marketplace-registration commit.Generated with Claude Code