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.