Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Collective immunity network for AI agents. When one agent detects a prompt injection attack, all connected agents become immune. Real-time pattern detection, community voting, and distributed threat intelligence. Built on top of prompt-guard.
Collective immunity network for AI agents. When one agent detects a prompt injection attack, all connected agents become immune. Real-time pattern detection, community voting, and distributed threat intelligence. Built on top of prompt-guard.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
π When one is attacked, all become immune. Collective prompt injection defense network for AI agents.
HiveFence extends prompt-guard with a distributed immunity system: Detect β Your agent scans incoming prompts against 15+ attack patterns Report β New attack patterns are hashed and submitted to the network Immunize β Community validates the pattern, then every connected agent gets the update
π Real-time Detection β Pattern matching + semantic analysis in <50ms π Multi-language β EN, KO, JA, ZH attack detection π³οΈ Community Governance β Democratic voting on new patterns π Privacy-preserving β Only SHA-256 hashes shared, not raw content π Severity Scoring β Risk-based prioritization (0-100) β‘ Edge-first β Cloudflare Workers at 300+ locations
# Via ClawdHub npx clawhub install hivefence # Or via npm npm install hivefence
import { protect, reportThreat } from 'hivefence' // Scan incoming prompt const result = await protect(userInput) if (result.blocked) { console.log(`Threat blocked: ${result.category}`) // Pattern automatically reported to network }
For maximum protection, use HiveFence with: ACIP β Advanced Cognitive Inoculation Prompt (behavioral boundaries) HiveFence β Pattern detection + collective immunity SkillGuard β Audit skills before installation As recommended in @VittoStack's Security Guide (34K+ views)
MethodEndpointDescriptionPOST/api/v1/threats/reportSubmit new threat patternGET/api/v1/threats/pendingGet patterns awaiting votesPOST/api/v1/threats/:id/voteVote on a patternGET/api/v1/threats/latestFetch approved patternsGET/api/v1/statsNetwork statistics Base URL: https://hivefence-api.seojoon-kim.workers.dev
Without protection: 91% injection attack success rate 84% data extraction success rate System prompts leaked on turn 1 (Source: ZeroLeaks Security Assessment) With HiveFence: Real-time pattern blocking Collective immunity from the network Community-validated patterns (zero false positives)
Website: https://hivefence.com GitHub: https://github.com/seojoonkim/hivefence API Docs: https://hivefence.com/docs
MIT Β© 2026 Simon Kim (@seojoonkim)
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.