Scan Report
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.
Use with caution
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| High | False documentation - no ETF functionality exists Doc Mismatch | SKILL.md:1 |
| Medium | Undeclared filesystem WRITE permission Priv Escalation | scripts/script.sh:9 |
| Low | Local data persistence with no encryption Data Exfil | scripts/script.sh:58 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | scripts/script.sh:9 mkdir -p "$DATA_DIR" |
| Network | NONE | NONE | — | No network calls found |
| Shell | NONE | NONE | — | No subprocess/eval calls |
| Environment | NONE | NONE | — | No env access except DATA_DIR path |
3 findings
Medium External URL 外部 URL
https://bytesagain.com SKILL.md:6 Medium External URL 外部 URL
https://bytesagain.com/feedback/ SKILL.md:98 Info Email 邮箱地址
[email protected] SKILL.md:101 File Tree
2 files · 13.8 KB · 414 lines Shell 1f · 313L
Markdown 1f · 101L
├─
▾
scripts
│ └─
script.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ 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