Add HOL Guard third-party security plugin - #255
Open
kantorcodes wants to merge 1 commit into
Open
Conversation
kantorcodes
force-pushed
the
add-hol-guard-plugin-20260824
branch
from
August 27, 2026 13:36
7fbe544 to
be3abd8
Compare
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.
Problem
HOL Guard supports Cursor as a local AI-agent security harness, but Cursor users cannot currently discover or install Guard guidance through the official plugin marketplace. Setup is therefore disconnected from Cursor's native plugin/skill surface.
Solution
hol-guardin the official marketplace underthird_party/hol-guardhol-guardCLIhol-guard command test/command explainare inspection-only and are not an enforcement wrapperThe plugin does not bundle HOL Guard or silently install system dependencies. It gives Cursor a native marketplace/skill path into the maintained upstream runtime at https://github.com/hashgraph-online/hol-guard.
Verification
HOL Guard/hol-guardissue and PR dedupe incursor/plugins: no existing result immediately before submissionschemas/plugin.schema.jsonandschemas/marketplace.schema.jsonSKILL.mduses Cursor's currentname+descriptionfrontmatter conventionrelease/3.0documentationThe repository's
Validate pluginspull-request workflow should runnode scripts/validate-plugins.mjsagainst the submitted branch.Note
Low Risk
Additive marketplace metadata and agent guidance only; no executable security enforcement or changes to core Cursor behavior in this repo.
Overview
Adds HOL Guard (
third_party/hol-guard) to the official Cursor marketplace and plugin table so users can install Hashgraph Online’s runtime/supply-chain security guidance from Settings or/add-plugin hol-guard.The new package is manifest + docs only:
plugin.json, MITLICENSE,CHANGELOG, README, and ahol-guardagent skill that walks agents through the realhol-guardCLI (pipx install,init,install cursor,status/doctor,approvals/receipts). The skill and README stress that the plugin does not bundle or silently install Guard, thatcommand test/command explainare inspection-only, and that on Cursor Guard does not replace native tool approval (artifact trust before launch). Guard Cloud stays optional for local use.Also registers the entry in
.cursor-plugin/marketplace.jsonand trims trailing blank lines at the end of that file.Reviewed by Cursor Bugbot for commit be3abd8. Bugbot is set up for automated code reviews on this repo. Configure here.