US Stock Financial Analyzer

PassAudited by ClawScan on May 12, 2026.

Overview

This appears to be a straightforward local stock-data analyzer with no credential use, network access, persistence, or hidden behavior shown.

This skill looks safe to use for local analysis of selected stock CSV/JSON files. Verify the financial data and scoring assumptions before relying on results, and treat the Feishu/Lark permission guidance as policy advice to confirm with your organization.

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.

What this means

Using the skill may execute local Python code against a chosen input file.

Why it was flagged

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.

Skill content
python3 scripts/analyze_financials.py data.csv --output markdown --index all
Recommendation

Run it only on intended CSV/JSON financial data and avoid granting extra system permissions that the script does not need.

What this means

The skill may fail or use whichever Python 3 interpreter is available in the local environment.

Why it was flagged

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.

Skill content
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
Recommendation

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.