Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
environment-doc-author
Verify real local environment facts and create environment baseline JSON/policy documents
This is a legitimate environment detection and documentation skill with no malicious behavior. All functionality is declared, necessary, and properly scoped.
Skill Nameenvironment-doc-author
Duration49.6s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Shell WRITE WRITE ✓ Aligned spawnSync/subprocess.run used for version probes only
Filesystem READ|WRITE READ|WRITE ✓ Aligned Reads baselines, writes JSON/Markdown outputs
Environment READ READ ✓ Aligned Reads dev-tool env vars (JAVA_HOME, PATH) for detection only
Network NONE READ ✓ Aligned Probe-file allows local service checks only
Skill Invoke NONE NONE No skill chaining observed

File Tree

7 files · 139.7 KB · 3945 lines
JavaScript 2f · 1832L Python 2f · 1643L Markdown 3f · 470L
├─ 📁 references
│ ├─ 📝 document-contracts.md Markdown 65L · 3.1 KB
│ └─ 📝 probe-file.md Markdown 205L · 4.9 KB
├─ 📁 scripts
│ ├─ 📜 detect_environment.js JavaScript 1053L · 31.0 KB
│ ├─ 🐍 detect_environment.py Python 1041L · 34.2 KB
│ ├─ 📜 render_environment_docs.js JavaScript 779L · 28.5 KB
│ └─ 🐍 render_environment_docs.py Python 602L · 28.9 KB
└─ 📝 SKILL.md Markdown 200L · 9.1 KB

Security Positives

✓ All shell commands are version probes (git --version, java -version) - no arbitrary execution
✓ Environment variable reading is limited to dev-tool paths (JAVA_HOME, PATH) - no credential harvesting
✓ No sensitive path access (~/.ssh, ~/.aws, .env files) observed
✓ No obfuscation, base64 payloads, or eval() patterns
✓ No external IP connections or C2 communication
✓ Code is clean and well-structured - no hidden functionality
✓ SKILL.md accurately describes all capabilities and behavior
✓ No supply chain risks - only uses standard library (Node.js os/fs/path, Python subprocess)