security

Validate commands, URLs, and text against threat patterns in AI agents.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill security-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/clawdbot-security-suite
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill security-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Clawdbot Security Suite provides runtime threat detection and validation to prevent dangerous commands, unsafe URLs, and risky content from executing in AI agent workflows.

Core Features & Use Cases

  • Pattern-based threat detection for command injection, SSRF, and data exfiltration.
  • Pre-execution validation for bash commands, web requests, and file operations.
  • Real-time logging and audit trails to monitor security decisions.

Quick Start

Install the security skill, run a basic validation, and observe logs to confirm protections.

Frequently Asked Questions about security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent command injection in AI agent workflows?

Command injection in AI agent workflows is prevented by validating bash commands, web requests, and file operations against threat patterns before execution. This pattern-based threat detection blocks dangerous tool calls during runtime to protect automated tasks.

What is runtime security validation for AI agents?

Runtime security validation for AI agents blocks dangerous tool calls and content processing by validating commands, URLs, and text against threat patterns. It applies pre-execution checks to runtime command execution, web_fetch, and file operations.

How do I detect SSRF and data exfiltration attempts in automated agent tasks?

SSRF and data exfiltration attempts in automated agent tasks are detected using pattern-based threat detection. The system validates URLs and content before web requests and file operations execute, logging security decisions in real-time audit trails.

Can I configure whitelists for AI agent security validation?

Configurable whitelists are supported for AI agent security validation to allow approved commands and URLs. The system applies a fail-safe policy that allows operations when validation errors occur, ensuring workflows continue while logging the event.

Does security validation work with web_fetch and bash command execution?

Security validation works with web_fetch and bash command execution by applying pre-execution checks against threat patterns. It intercepts these operations in real-time to block unsafe URLs and dangerous commands across development and testing workflows.

Why does my security validation allow dangerous commands on validation errors?

A fail-safe policy allows commands on validation errors to prevent blocking legitimate automated agent tasks. When threat pattern matching encounters an error, the operation proceeds and the validation failure is recorded in real-time logging and audit trails.