扫描报告
45 /100
Etf
ETF analysis utility (claimed) / Generic local logger (actual)
Documentation claims ETF analysis functionality but code implements only a generic local logger with no financial analysis features.
谨慎使用
Do not deploy. The documentation is misleading about the tool's actual capabilities. Request clarification from the author about the mismatch between the stated ETF analysis purpose and the generic logging implementation.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | False documentation - no ETF functionality exists 文档欺骗 | SKILL.md:1 |
| 中危 | Undeclared filesystem WRITE permission 权限提升 | scripts/script.sh:9 |
| 低危 | Local data persistence with no encryption 数据外泄 | scripts/script.sh:58 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✗ 越权 | scripts/script.sh:9 mkdir -p "$DATA_DIR" |
| 网络访问 | NONE | NONE | — | No network calls found |
| 命令执行 | NONE | NONE | — | No subprocess/eval calls |
| 环境变量 | NONE | NONE | — | No env access except DATA_DIR path |
3 项发现
中危 外部 URL 外部 URL
https://bytesagain.com SKILL.md:6 中危 外部 URL 外部 URL
https://bytesagain.com/feedback/ SKILL.md:98 提示 邮箱 邮箱地址
[email protected] SKILL.md:101 目录结构
2 文件 · 13.8 KB · 414 行 Shell 1f · 313L
Markdown 1f · 101L
├─
▾
scripts
│ └─
script.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ No network requests or external communications detected
✓ No credential harvesting or environment variable enumeration
✓ No base64 encoding or obfuscated commands
✓ No remote script execution (curl|bash, wget|sh)
✓ No subprocess or shell execution capabilities
✓ Works entirely offline as documented
✓ No supply chain dependencies or external packages