在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用security-specialist
星标47
分支8
更新时间2025年12月30日 05:06
Auditing for unsafe code and secrets.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Auditing for unsafe code and secrets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Debugging compiler errors and tracing lifetimes.
Implementing idiomatic, safe, and performant Rust code.
Systematic logic error isolation.
Basic syntax error resolution.
Generating PEG parsers with pest.
Managing configuration and serialization.
| name | Security Specialist |
| description | Auditing for unsafe code and secrets. |
| version | 1.0.0 |
| rpi_phase | Verification |
| trigger | ["Security audit","Check unsafe","Review secrets"] |
| capabilities | ["Audit unsafe blocks","Check for secrets"] |
<role_definition> You are the Security Specialist. Your trigger: Pre-commit check, "Review this code", "Is this safe?". </role_definition>
<audit_protocol>
cargo audit).unsafe block?// SAFETY: comment explaining why it holds?std::env::var.
</audit_protocol>