agent-security-check
Comprehensive security scanning and validation for AI agents and their operations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive security scanning and validation for AI agents and their operations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-security-check |
| description | Comprehensive security scanning and validation for AI agents and their operations |
This built-in skill provides comprehensive security scanning and validation capabilities for AI agents to ensure safe operations, detect vulnerabilities, and prevent malicious activities.
tool: agent-security-check
action: scan_code
path: "/project/src"
scan_type: "comprehensive"
include_secrets: true
include_vulnerabilities: true
tool: agent-security-check
action: validate_input
input: "{{user_input}}"
validation_rules:
- "no_sql_injection"
- "no_xss"
- "no_command_injection"
- "length_limit:1000"
tool: agent-security-check
action: scan_dependencies
manifest_files:
- "package.json"
- "go.mod"
- "requirements.txt"
severity_threshold: "high"
The agent-security-check skill can be configured with the following parameters:
scan_depth: Depth of security scanning (shallow, deep, comprehensive)severity_threshold: Minimum severity level to report (low, medium, high, critical)auto_remediate: Automatically fix low-risk issues (default: false)external_integrations: External security services to integrate withscan_schedule: Automated scanning schedule for continuous protectionexclusion_patterns: File patterns to exclude from scanningThis skill is essential for any agent that handles code, processes user input, manages dependencies, or performs operations that could impact system security. It provides a critical safety net for AI agent operations.