Add HOL Guard runtime safety skill - #27
Open
kantorcodes wants to merge 1 commit 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.
Summary
remotion-hol-guardAgent Skill to Remotion's maintained skills distributionThis implements the direct-HOL proposal in #26. Accepted as-is, users installing
remotion-dev/skillsgain a maintained skill that invokes the realhol-guardruntime rather than a passive link or generic security primitive.Scope
One new repository-native skill file:
skills/remotion-hol-guard/SKILL.md.The skill uses
hol-guard detect --json,bootstrap,install,run --dry-run,run, anddoctorto establish and verify the local harness boundary, and treats deny/review/error/timeout/unavailable states as stop conditions rather than falling back to an unprotected agent session.No Remotion runtime or hosted-service interception is claimed.
Validation
mainHOL Guard/hol-guardis cleannpx skills add remotion-dev/skillsand are also offered bybun create videoAffiliation: I maintain HOL Guard / Hashgraph Online. AI assistance was used to prepare and verify this focused contribution.