扫描报告
0 /100
requirement-review-simulator
PRD review stress-test simulator: 5 cross-functional roles challenge your requirements across 3 difficulty levels, outputs a scored HTML survival report
This is a pure LLM-based PRD review simulator with zero code execution, network activity, or file system access. All capabilities are text generation only.
可以安装
This skill is safe to use. No additional restrictions are needed.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file read/write operations; skill is LLM-only text generation |
| 网络访问 | NONE | NONE | — | No HTTP requests or network calls defined or implied |
| 命令执行 | NONE | NONE | — | No shell commands, scripts, or subprocess calls |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No nested skill invocations |
| 剪贴板 | NONE | NONE | — | No clipboard operations |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
7 文件 · 109.1 KB · 2250 行 Markdown 5f · 1710L
HTML 1f · 526L
JSON 1f · 14L
├─
▾
references
│ ├─
report-template-pro.html
HTML
│ ├─
review-playbook.md
Markdown
│ └─
scoring-engine-deterministic.md
Markdown
├─
claw.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
user_templates.md
Markdown
安全亮点
✓ Pure text-generation skill — no executable code, scripts, or binaries
✓ No network requests, file I/O, or shell commands anywhere in the codebase
✓ All functionality is declarative (SKILL.md, markdown references, HTML template)
✓ No dependencies in package managers (no requirements.txt, package.json, etc.)
✓ MIT license with transparent author attribution (Chris1Wang3)
✓ No sensitive files (.env, SSH keys, credentials) present
✓ HTML template is client-side only with no fetch/XHR — template serves as visual output format for LLM-generated content
✓ Reference files are static documentation for scoring rules and persona scripts