hol-guard
v0.1.0Install and manage the local-first HOL Guard package for Claude Code. This plugin guides setup and status checks; HOL Guard itself installs and owns runtime security hooks for risky commands, secrets, packages, MCP, and supply-chain activity.
By Hashgraph OnlineLicense: Apache-2.0529 GitHub starsUpdated 49 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hol-guard for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hol-guard@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/hol-guardClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is integrations/claude-code-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/setup/SKILL.md└── skills/status/SKILL.md
Included Skills2
Install or initialize HOL Guard local runtime protection for Claude Code. Use when the user explicitly asks to install, enable, set up, or repair HOL Guard.
Check HOL Guard local protection status for Claude Code without changing configuration. Use when the user asks whether Guard is installed, active, healthy, or protecting Claude Code.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "hol-guard",
"displayName": "HOL Guard",
"version": "0.1.0",
"description": "Install and manage the local-first HOL Guard package for Claude Code. This plugin guides setup and status checks; HOL Guard itself installs and owns runtime security hooks for risky commands, secrets, packages, MCP, and supply-chain activity.",
"author": {
"name": "Hashgraph Online"
},
"homepage": "https://hol.org/guard",
"repository": "https://github.com/hashgraph-online/hol-guard",
"license": "Apache-2.0",
"keywords": [
"security",
"guardrails",
"prompt-injection",
"supply-chain",
"mcp",
"claude-code"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hol-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hol-guard)