Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
worldline-choice
AI驱动的互动叙事游戏引擎 - d20 tabletop RPG game engine with LLM integration
Worldline Choice is a legitimate d20-based tabletop RPG game engine with no security issues. It uses pure Python for dice mechanics and state management without any network, shell, credential access, or obfuscation.
Skill Nameworldline-choice
Duration35.9s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned Saves directory only
Network NONE NONE No network calls in codebase
Shell NONE NONE No subprocess/shell execution
Environment NONE NONE No os.environ access
Skill Invoke WRITE WRITE ✓ Aligned Core game skill implementation
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser access
Database NONE NONE No database access
5 findings
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/python-3.8+-blue.svg
README.md:8
🔗
Medium External URL 外部 URL
https://www.python.org/downloads/
README.md:8
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg
README.md:9
🔗
Medium External URL 外部 URL
https://opensource.org/licenses/MIT
README.md:9
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/version-v4.3.0-green.svg
README.md:10

File Tree

13 files · 176.6 KB · 5097 lines
Python 6f · 3468L Markdown 3f · 1016L JSON 3f · 607L Shell 1f · 6L
├─ 📁 saves
│ ├─ 📋 auto.json JSON 123L · 2.7 KB
│ └─ 📋 shaolong_001.json JSON 148L · 7.5 KB
├─ 📝 CLAUDE.md Markdown 169L · 4.8 KB
├─ 🐍 openclaw_adapter.py Python 276L · 10.0 KB
├─ 📝 README.md Markdown 443L · 14.7 KB
├─ 🐍 save_manager.py Python 505L · 18.0 KB
├─ 📋 skill.json JSON 336L · 9.8 KB
├─ 📝 SKILL.md Markdown 404L · 14.4 KB
├─ 🐍 test_engine.py Python 633L · 23.4 KB
├─ 🐍 test_llm_skill.py Python 368L · 11.0 KB
├─ 🔧 worldline_choice.sh Shell 6L · 216 B
├─ 🐍 worldline_engine.py Python 378L · 14.7 KB
└─ 🐍 worldline_skill.py Python 1308L · 45.3 KB

Security Positives

✓ Pure Python implementation with no external dependencies
✓ No network calls or external IP communication
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable access
✓ No base64 obfuscation or encoded payloads
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Clean codebase with straightforward game logic
✓ MIT licensed with transparent documentation
✓ Saves stored only in ./saves/ directory