Financial Analysis

PassAudited by ClawScan on May 1, 2026.

Overview

The skill coherently provides financial analysis functions and shows no evidence of hidden credential use, persistence, destructive actions, or data exfiltration.

This appears safe to install for financial-analysis use. Be aware that it depends on third-party Python packages and external market-data sources, and its valuation outputs should not be treated as guaranteed investment advice.

Findings (1)

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.

What this means

Installing unpinned dependencies can expose the user to package-version changes or upstream package risk.

Why it was flagged

The skill relies on external Python packages installed by the user, and the versions are not pinned. This is expected for the financial-data purpose but is still a supply-chain consideration.

Skill content
pip install akshare pandas numpy
Recommendation

Install dependencies from a trusted package index and consider pinning known-good versions in a controlled environment.