扫描报告
5 /100
xianyu-sam-order
闲鱼山姆代下单 - 配置你自己的账号
Benign help/config tool that only reads environment variables and prints usage instructions with no network, file-write, or shell operations.
可以安装
Skill is safe to use. No malicious behavior detected.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Malformed SKILL.md with appended JSON 文档欺骗 | SKILL.md:57 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access in scripts/order.py |
| 网络访问 | NONE | NONE | — | No network calls in scripts/order.py |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution in scripts/order.py |
| 环境变量 | READ | READ | ✓ 一致 | scripts/order.py:11-12 uses os.environ.get for XIANYU_COOKIE and SAM_PHONE |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 2.5 KB · 110 行 Markdown 1f · 57L
Python 1f · 48L
JSON 1f · 5L
├─
▾
scripts
│ └─
order.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No network requests or external communication
✓ No shell or subprocess execution
✓ No file write operations
✓ No credential exfiltration
✓ No obfuscation or encoded payloads
✓ Environment variable access is declared and consistent with SKILL.md documentation
✓ Simple, readable code with no hidden functionality
✓ Skill behavior matches documented description (help text and env config check)