US Stock Financial Analyzer
AdvisoryAudited by Static analysis on May 12, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Using the skill may execute local Python code against a chosen input file.
The skill explicitly asks the user to run an included local Python script. This is expected for the stated purpose and the provided source code is coherent with the documented analysis workflow.
python3 scripts/analyze_financials.py data.csv --output markdown --index all
Run it only on intended CSV/JSON financial data and avoid granting extra system permissions that the script does not need.
The skill may fail or use whichever Python 3 interpreter is available in the local environment.
The artifacts do not declare a Python runtime even though the usage instructions invoke python3. This may affect setup checks, but there is no evidence of hidden dependencies or remote install behavior.
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
Ensure a trusted Python 3 environment is available; the publisher should declare python3 as a required runtime if the platform does not provide it by default.
