Caveat verdict

us-stock-analyzer

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Three-factor stock analysis using yfinance, CBOE VIX data, and optionally the FMP API; all data sources are named and legitimate, and the skill installs standard data analysis packages.

โš  Flagged for review โ€” coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis โ€” not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

53
security
80
transparency
90
maintenance

Permission integrity

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Pattern match critical

Possible hardcoded credential

SKILL.md ยท code ยท API_KEY="your_key_here

Pattern match medium

pip3 install โ€” installs Python packages at runtime

SKILL.md ยท code ยท pip3 install

Pattern match low

Python os.getenv โ€” reads environment variable

scripts/data_fetcher.py ยท prose ยท downgraded ยท os.getenv(

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: FMP_API_KEY). Requires 2 system binaries.

credential_accesspackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API