一键导入
ai-safety-guard
Professional Ai Safety Guard Expert skill. Implement enterprise-grade web application security controls and encryption standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Professional Ai Safety Guard Expert skill. Implement enterprise-grade web application security controls and encryption standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Professional Ai Content Filter Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Ai Engineer skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Ai Product Manager Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Chain Of Thought Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
Professional Context Optimizer Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
Professional Data Pipeline Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
基于 SOC 职业分类
| name | ai-safety-guard |
| description | Professional Ai Safety Guard Expert skill. Implement enterprise-grade web application security controls and encryption standards. |
| category | security |
| tags | ["security","owasp","protection","hardening"] |
| complexity | expert |
| risk | high |
| compatibility | ["claude-code","antigravity","gemini-cli","cursor","copilot","codex-cli","autohand","kiro"] |
| source | antigravity-official |
| version | 1.0.0 |
| date_added | 2026-07-10 |
| last_updated | 2026-07-10 |
Manage and implement Ai Safety Guard Expert requirements efficiently within enterprise applications.
Detailed operational framework for Ai Safety Guard Expert:
Understanding boundaries, rules, and best practices for the ai-safety-guard feature domain.
// Secure Password/Token verification
const crypto = require('crypto');
function verifyHash(payload, signature, secret) {
const expected = crypto.createHmac('sha256', secret).update(payload).digest('hex');
return crypto.timingSafeEqual(Buffer.from(signature), Buffer.from(expected));
}