Etf
Documentation claims ETF analysis functionality but code implements only a generic local logger with no financial analysis features.
SKILL.md describes an 'ETF holdings analyzer' for 'screening ETFs, comparing ratios, and tracking allocations' but scripts/script.sh contains only generic local logging commands. There is zero ETF-specific logic, financial data fetching, or market analysis code.
SKILL.md:1 Why this conclusion was reached
2/4 dimensions flagged1 undeclared or violating capabilities were inferred.
3 lower-risk artifacts were extracted and still need context.
The report includes 0 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
SKILL.md advertises ETF analysis tools but script.sh contains only generic logging commands with no ETF logic
Skill declares NONE for filesystem but script writes to ~/.local/share/etf/
Commands (run, check, convert, analyze) are generic placeholders with no actual functionality
Most important evidence
False documentation - no ETF functionality exists
SKILL.md describes an 'ETF holdings analyzer' for 'screening ETFs, comparing ratios, and tracking allocations' but scripts/script.sh contains only generic local logging commands. There is zero ETF-specific logic, financial data fetching, or market analysis code.
SKILL.md:1 Undeclared filesystem WRITE permission
The skill declares filesystem:NONE but the script creates and writes to ~/.local/share/etf/ directory for persistent storage.
scripts/script.sh:9 Local data persistence with no encryption
All user inputs to commands are logged in plaintext to log files in ~/.local/share/etf/. While marked 'offline', this creates a local data store that could be accessed by other processes.
scripts/script.sh:58 Declared capability vs actual capability
scripts/script.sh:9 mkdir -p "$DATA_DIR" No network calls found No subprocess/eval calls No env access except DATA_DIR path Suspicious artifacts and egress
https://bytesagain.com SKILL.md:6
https://bytesagain.com/feedback/ SKILL.md:98
Dependencies and supply chain
There are no structured dependency warnings.
File composition
scripts/script.sh SKILL.md