Etf Assistant 1.0.1
Analysis
The skill is a coherent ETF lookup and calculator that does not access accounts or change data, though it makes Yahoo Finance requests and has minor packaging metadata gaps.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
local response=$(curl -s "https://query1.finance.yahoo.com/v8/finance/chart/${code}.SS" 2>/dev/null | head -100)The quote and comparison features send the user-provided ETF code to a fixed Yahoo Finance endpoint. This is disclosed and purpose-aligned, but it is external network tool use.
Version: 1.0.0; Required binaries (all must exist): none; No install spec
The included shell script invokes curl, python3, and bc, so the runtime dependency contract is underdeclared. The packaged _meta.json also lists version 1.0.1 while the registry metadata lists 1.0.0, creating a minor provenance/packaging clarity issue.
