Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
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.
Skill Namerequirement-review-simulator
Duration27.1s
Enginepi
Safe to install
This skill is safe to use. No additional restrictions are needed.
ResourceDeclaredInferredStatusEvidence
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 526L · 24.1 KB
│ ├─ 📝 review-playbook.md Markdown 362L · 14.7 KB
│ └─ 📝 scoring-engine-deterministic.md Markdown 796L · 44.8 KB
├─ 📋 claw.json JSON 14L · 1.0 KB
├─ 📝 README.md Markdown 86L · 4.2 KB
├─ 📝 SKILL.md Markdown 286L · 14.3 KB
└─ 📝 user_templates.md Markdown 180L · 6.0 KB

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