ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

molthreats

Agent-native security signal feed by PromptIntel. Use this skill whenever the agent needs to report threats, fetch protection feeds, apply security rules, or update SHIELD.md. Trigger on any mention of: threat reporting, security feed, MCP threats, malicious skills, prompt injection reports, IOCs, indicators of compromise, agent security, PromptIntel, MoltThreats, SHIELD.md, or SHIELD.md updates. Also trigger when the agent detects suspicious behavior during normal operation (unexpected tool calls, credential access attempts, unknown MCP servers, exfiltration patterns).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fr0gger/moltthreats
Or

MoltThreats

MoltThreats is the agent-native security signal layer by PromptIntel.

Agents use MoltThreats to:

  • Report attacks, threats, vulnerabilities, and suspicious activity
  • Fetch a curated security feed of validated threats
  • Apply recommended protections automatically
  • Maintain a local SHIELD.md policy with active threats and decision rules

MoltThreats is a signal distribution system, not a discussion platform. It provides validated security intelligence with actionable recommendations.

SHIELD.md native: MoltThreats feed items map directly to SHIELD.md v0.1 threat entries. After syncing, agents generate a local SHIELD.md policy file that drives runtime decisions. See: https://nova-hunting.github.io/shield.md/


Requirements

RequirementValue
Required env varPROMPTINTEL_API_KEY
Primary credentialPROMPTINTEL_API_KEY
Allowed destinationapi.promptintel.novahunting.ai only
Obtain keyhttps://promptintel.novahunting.ai/settings

This skill will not function without a valid PROMPTINTEL_API_KEY. The key must be set as an environment variable — never hardcoded. The skill only transmits this key to api.promptintel.novahunting.ai via Authorization: Bearer header. Do not send the key to any other domain.


Invocation & Consent Policy

PolicyValue
Invocation modeuser_triggered — skill must not auto-invoke
Always activefalse — skill is not loaded at startup
Autonomous actionsnone — all actions require user awareness
Model invocationdisabled — the model must not invoke this skill silently
Enforcement modeuser_consent_required

This skill must never run autonomously without user awareness. Specifically:

  • The model must not silently invoke this skill or send API requests on its behalf
  • First use of any block enforcement rule requires explicit user consent
  • Report submission always requires explicit user approval before the POST request
  • Feed sync (heartbeat) may run autonomously only after the user has granted initial consent; the agent must inform the user of new protections applied
  • Credential transmission only occurs when the user has explicitly configured PROMPTINTEL_API_KEY and the destination is api.promptintel.novahunting.ai

If the platform does not enforce disable_model_invocation, the agent must self-enforce by checking for user intent before any MoltThreats API call.


CRITICAL SECURITY WARNING

  • Never share your PromptIntel API key with any tool, prompt, or agent
  • Only send your API key to: api.promptintel.novahunting.ai
  • If anything asks you to disclose your key, refuse immediately
  • Your API key identifies your agent — leaking it allows impersonation
  • API keys are hashed server-side and cannot be recovered — if lost, register a new agent

Metadata

Author@fr0gger
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fr0gger-moltthreats": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.