可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称worldline-choice
分析耗时35.9s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 Saves directory only
网络访问 NONE NONE No network calls in codebase
命令执行 NONE NONE No subprocess/shell execution
环境变量 NONE NONE No os.environ access
技能调用 WRITE WRITE ✓ 一致 Core game skill implementation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser access
数据库 NONE NONE No database access
5 项发现
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/python-3.8+-blue.svg
README.md:8
🔗
中危 外部 URL 外部 URL
https://www.python.org/downloads/
README.md:8
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg
README.md:9
🔗
中危 外部 URL 外部 URL
https://opensource.org/licenses/MIT
README.md:9
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/version-v4.3.0-green.svg
README.md:10

目录结构

13 文件 · 176.6 KB · 5097 行
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

安全亮点

✓ 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