关键词按回车检索;分类和排序切换自动检索 关键词回车检索;分类/排序自动检索
符合当前检索条件的共有 366
Test & Security 6 浏览 · 6 下载

clauditor

by ClawHub · v1.0.0

Tamper-resistant audit watchdog for Clawdbot agents. Detects and logs suspicious filesystem activity with HMAC-chained evidence.

Test & Security 6 浏览 · 6 下载

clawdbot-security-check

by ClawHub · v1.0.0

Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.

Test & Security 10 浏览 · 10 下载

skill-vetter

by ClawHub · v1.0.0

Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.

Test & Security 6 浏览 · 6 下载

agents-skill-security-audit

by ClawHub · v1.0.0

Minimal helper to audit skill.md-style instructions for supply-chain risks.

Test & Security 6 浏览 · 6 下载

agent-hardening

by ClawHub · v1.0.0

Test your agent's input sanitization against common injection attacks. Runs self-contained checks using synthetic test data only — no local files are accessed.

Test & Security 6 浏览 · 5 下载

clean-pytest

by ClawHub · v1.0.0

Write clean, maintainable pytest tests using Fake-based testing, contract testing, and dependency injection patterns. Use when setting up test suites for Python/MCP projects, creating Fakes for external dependencies, writing contract tests, or implementing test patterns with fixtures and parametrization.

Test & Security 6 浏览 · 5 下载

nsfw-detection

by ClawHub · v1.0.0

Skills for detecting adult/inappropriate content.

Test & Security 6 浏览 · 6 下载

totp

by ClawHub · v1.0.0

TOTP-based OTP verification for sensitive operations (env vars, gateway restarts, backup deletions, critical config changes). Uses otplib with window:2 (1 minute tolerance).

Test & Security 5 浏览 · 5 下载

messageguard

by ClawHub · v1.0.0

**Purpose**: MessageGuard filters outgoing text to prevent secret leaks and sensitive data exposure by using pattern-based detection and configurable actions (mask, block, or warn).