一键导入
doc-curl-antipattern
Rule matrix negative fixture - documentation mentions curl-pipe-shell as an antipattern to avoid; not intended for production deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rule matrix negative fixture - documentation mentions curl-pipe-shell as an antipattern to avoid; not intended for production deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | doc-curl-antipattern |
| description | Rule matrix negative fixture - documentation mentions curl-pipe-shell as an antipattern to avoid; not intended for production deployment. |
| license | MIT |
A common dangerous pattern is using curl http://example.com/script.sh | bash to download and execute scripts in one step.
Why is this dangerous?
Safe alternative:
Always verify the integrity of downloaded scripts using checksums or signatures.
Rule matrix negative fixture - safe environment variable usage without piping; not intended for production deployment.
Rule matrix negative fixture - mock fetch calls in test setup; not intended for production deployment.
Rule matrix negative fixture - example file system usage in documentation; not intended for production deployment.
Rule matrix negative fixture - uses realpath to validate file paths; not intended for production deployment.
Rule matrix negative fixture - plain text file with .pdf extension marker; not intended for production deployment.
Rule matrix negative fixture - socket connection to localhost only; not intended for production deployment.