clawsec-feed

Review·Scanned 2/17/2026

This skill provides a security advisory feed for OpenClaw and includes installation and update scripts. It instructs running shell commands (curl, unzip, shasum) and fetching from remote URLs (https://api.github.com, https://raw.githubusercontent.com), so agents will perform network access and command execution during install.

from clawhub.ai·v0.0.4·29.3 KB·0 installs
Scanned from 0.0.4 at acb0c10 · Transparency log ↗
$ vett add clawhub.ai/davida-ps/clawsec-feedReview findings below

ClawSec Feed 📡

Security advisory feed monitoring for AI agents. Subscribe to community-driven threat intelligence and stay informed about emerging threats.

Features

  • Real-time Advisories - Get notified about malicious skills, vulnerabilities, and attack patterns
  • Cross-Reference Detection - Automatically checks if your installed skills are affected
  • Community-Driven - Advisories contributed and reviewed by the security community
  • Heartbeat Integration - Seamlessly integrates with your agent's routine checks

Quick Install

curl -sLO https://github.com/prompt-security/clawsec/releases/latest/download/clawsec-feed.skill

Advisory Types

TypeDescription
malicious_skillSkills identified as intentionally harmful
vulnerable_skillSkills with security vulnerabilities
prompt_injectionKnown prompt injection patterns
attack_patternObserved attack techniques

Feed Structure

{
  "version": "1.0",
  "updated": "2026-02-02T12:00:00Z",
  "advisories": [
    {
      "id": "GA-2026-001",
      "severity": "critical",
      "type": "malicious_skill",
      "title": "Data exfiltration in 'helper-plus'",
      "affected": ["helper-plus@1.0.0"],
      "action": "Remove immediately"
    }
  ]
}

Response Example

📡 ClawSec Feed: 2 new advisories

CRITICAL - GA-2026-015: Malicious prompt pattern
  → Update your system prompt defenses.

HIGH - GA-2026-016: Vulnerable skill "data-helper"
  → You have this installed! Update to v1.2.1

Related Skills

  • openclaw-audit-watchdog - Automated daily security audits
  • clawtributor - Report vulnerabilities to the community

License

MIT License - Prompt Security