可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
buddy_mode
A living digital companion that grows with the user through virtual buddy creatures
Buddy Mode is a benign gamification skill that renders virtual companion creatures. No malicious code, network activity, credential access, or hidden functionality detected.
技能名称buddy_mode
分析耗时77.7s
引擎pi
可以安装
This skill is safe to use. It requires only filesystem:WRITE for state persistence (~/.buddy_mode_state.json) and no network access.
资源类型声明权限推断权限状态证据
文件系统 READ+WRITE WRITE ✓ 一致 buddy.py:333,341 - only accesses ~/.buddy_mode_state.json
网络访问 NONE NONE No http/urllib/socket imports found
命令执行 NONE NONE No os.system, subprocess, or shell=True found
环境变量 NONE READ ✓ 一致 buddy.py:78,561,563 - only reads BUDDY_STATE_FILE, NO_COLOR, TERM (legitimate)

目录结构

6 文件 · 124.1 KB · 2920 行
Python 2f · 2007L Markdown 3f · 862L Shell 1f · 51L
├─ 📁 scripts
│ ├─ 🐍 buddy.py Python 1070L · 35.7 KB
│ ├─ 🔧 check.sh Shell 51L · 1.6 KB
│ └─ 🐍 theme_data.py Python 937L · 47.3 KB
├─ 📝 CHANGELOG.md Markdown 12L · 586 B
├─ 📝 README.md Markdown 119L · 3.5 KB
└─ 📝 SKILL.md Markdown 731L · 35.4 KB

安全亮点

✓ Uses only Python standard library (argparse, json, os, random, sys, textwrap, unicodedata, pathlib)
✓ No network requests or external connections
✓ No credential or sensitive path access (.ssh, .aws, .env)
✓ State persistence is user-local (~/.buddy_mode_state.json)
✓ SKILL.md accurately documents all functionality
✓ check.sh is a validation script with no side effects
✓ theme_data.py contains only static buddy definitions
✓ No base64, eval, exec, or code execution vulnerabilities
✓ No remote script execution (curl|bash, wget|sh)