← All skills
Tencent SkillHub Β· AI

HiveFence

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

HiveFence v1.0.0

🐝 When one is attacked, all become immune. Collective prompt injection defense network for AI agents.

What is HiveFence?

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

Features

πŸ” 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

Installation

# Via ClawdHub npx clawhub install hivefence # Or via npm npm install hivefence

Quick Start

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 }

Security Stack Recommendation

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)

API Endpoints

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

Why HiveFence?

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)

Links

Website: https://hivefence.com GitHub: https://github.com/seojoonkim/hivefence API Docs: https://hivefence.com/docs

License

MIT Β© 2026 Simon Kim (@seojoonkim)

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc