Scan Report
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.
Safe to install
This skill is safe to use. No additional restrictions are needed.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file read/write operations; skill is LLM-only text generation |
| Network | NONE | NONE | — | No HTTP requests or network calls defined or implied |
| Shell | NONE | NONE | — | No shell commands, scripts, or subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No nested skill invocations |
| Clipboard | NONE | NONE | — | No clipboard operations |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
7 files · 109.1 KB · 2250 lines 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
Security Positives
✓ 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