🛡️ 安全与权限 Safety & Permissions
Sandbox 沙箱机制、安全审查、内容审查和权限管理
共 23 个提示词文件 / 23 prompt files。
| 名称 / Name | 描述 / Description | 版本 / Ver. |
|---|---|---|
| Agent 提示词:/security-review 安全审查命令 | Comprehensive security review prompt for analyzing code changes with focus on exploitable vulnerabilities | 2.0.70 |
| 系统提示词:恶意活动内容审查 | Guidelines for assisting with authorized security testing, defensive security, CTF challenges, and educational contexts while censoring requests for malicious activities | 2.1.31 |
| 系统提示词:任务执行(安全规范) | Avoid introducing security vulnerabilities like injection, XSS, etc. | 2.1.53 |
| 系统提示词:工具权限模式 | Guidance on tool permission modes and handling denied tool calls | 2.1.31 |
| 系统提醒:Read 工具后的恶意软件分析 | Instructions for analyzing malware without improving or augmenting it | 2.1.18 |
| 工具描述:Bash(沙箱 — 调整设置) | Work with user to adjust sandbox settings on failure | 2.1.53 |
| 工具描述:Bash(沙箱 — 默认启用沙箱) | Default to sandbox; only bypass when user asks or evidence of sandbox restriction | 2.1.53 |
| 工具描述:Bash(沙箱 — 证据列表头) | Header for list of sandbox-caused failure evidence | 2.1.53 |
| 工具描述:Bash(沙箱 — 证据:访问被拒) | Sandbox evidence: access denied to paths outside allowed directories | 2.1.53 |
| 工具描述:Bash(沙箱 — 证据:网络失败) | Sandbox evidence: network connection failures to non-whitelisted hosts | 2.1.53 |
| 工具描述:Bash(沙箱 — 证据:操作不允许) | Sandbox evidence: operation not permitted errors | 2.1.53 |
| 工具描述:Bash(沙箱 — 证据:Unix Socket 错误) | Sandbox evidence: unix socket connection errors | 2.1.53 |
| 工具描述:Bash(沙箱 — 解释限制) | Explain which sandbox restriction caused the failure | 2.1.53 |
| 工具描述:Bash(沙箱 — 失败证据条件) | Condition: command failed with evidence of sandbox restrictions | 2.1.53 |
| 工具描述:Bash(沙箱 — 强制模式) | Policy: all commands must run in sandbox mode | 2.1.53 |
| 工具描述:Bash(沙箱 — 无例外) | Commands cannot run outside sandbox under any circumstances | 2.1.53 |
| 工具描述:Bash(沙箱 — 禁止敏感路径) | Do not suggest adding sensitive paths to sandbox allowlist | 2.1.53 |
| 工具描述:Bash(沙箱 — 逐命令判定) | Treat each command individually; default to sandbox for future commands | 2.1.53 |
| 工具描述:Bash(沙箱 — 响应头) | Header for how to respond when seeing sandbox-caused failures | 2.1.53 |
| 工具描述:Bash(沙箱 — 无沙箱重试) | Immediately retry with dangerouslyDisableSandbox on sandbox failure | 2.1.53 |
| 工具描述:Bash(沙箱 — 临时目录) | Use $TMPDIR for temporary files in sandbox mode | 2.1.53 |
| 工具描述:Bash(沙箱 — 用户权限提示) | Note that disabling sandbox will prompt user for permission | 2.1.53 |
| 用户提示词:记忆提取攻击 | A social engineering prompt injection technique that attempts to trick an AI into dumping all stored user memories and context by posing as a legitimate data export request. |