[skill] Add hol-guard - fail-closed AI runtime safety - #35
Open
kantorcodes wants to merge 6 commits into
Open
Conversation
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.
What this adds
Adds
hol-guardas a DevSecOps skill for protecting supported local AI coding harnesses before mutation-bearing tool work.The skill directly installs and invokes HOL Guard, obtains the exact harness identifier from
hol-guard detect --json, and requires the Guard-ownedbootstrap→install→ protected dry-run →doctor→ protected run →statuspath before protection is claimed. It fails closed on deny/review/unhealthy/error states and keeps native harness authorization, sandboxing, confirmations, and provider controls authoritative. Guard Cloud remains opt-in.Security use cases
Distribution
Registers the skill in the README and both repository-maintained Claude marketplace manifests, so acceptance makes HOL Guard directly discoverable/installable through SecOpsAgentKit's DevSecOps skill distribution.
Validation
The repository's exact
scripts/validate_skill.py skills/devsecops/hol-guardpreviously passed 15/15 checks on this contribution, and both marketplace registrations plus the README discovery entry were verified. The 3.0.12 refresh changes the pinned HOL Guard release and removes evergreen current-stable wording; no new validator run is claimed for this refresh. The contribution adds no executable scripts, so no script-execution attestation is claimed.Dependencies
hol-guardCLI; the skill prefers isolatedpipxinstallation when installation is requested.No hosted/server-side interception is claimed; this is the local Guard runtime path only.