Finance Analyst

ReviewAudited by ClawScan on May 10, 2026.

Overview

This finance-advisor skill is mostly purpose-aligned, but it overstates AI investment-advice authority and references missing or unreviewed Python components.

Treat this as an AI drafting and analysis aid, not a substitute for licensed financial advice. Share confidential company financials only if appropriate for your environment, verify valuations and investment recommendations with qualified professionals, and do not run the documented install commands unless you have reviewed the full Python package and dependencies.

Findings (3)

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

Users could treat AI-generated fundraising or investment advice as professional advice and make significant financial decisions without adequate human review.

Why it was flagged

The artifact positions the AI as a replacement for traditional financial advisory services in a high-stakes investment context, which may lead users to over-trust generated valuations, recommendations, or investment memos.

Skill content
description: Professional Financial Advisor (FA) skill for primary market financing - replaces traditional investment advisory services
Recommendation

Reframe outputs as decision-support only, add clear limitations and uncertainty, and advise users to consult qualified financial, legal, and tax professionals before acting.

What this means

If a user installs code from the linked project or another local checkout, that code was not included in this review and may have different behavior from the instruction-only skill.

Why it was flagged

The skill references installing a local Python package, but the provided registry context says there is no install spec and no code files were present, so the referenced package behavior was not reviewable in these artifacts.

Skill content
metadata: {"clawdbot":{"requires":{"bins":["python3"],"env":[],"config":[]},"install":["pip install -e ."]
Recommendation

Only install from a trusted source, review the actual Python package and dependency files, and align the registry install metadata with the files being distributed.

What this means

Running the setup commands can modify the local Python environment or operating system packages.

Why it was flagged

The README documents package installation and optional system package installation. These are user-directed setup steps and are relevant to the stated PDF/OCR features, but they can execute or install local/system code.

Skill content
pip install -e .
...
sudo apt-get install tesseract-ocr poppler-utils ghostscript
Recommendation

Use a virtual environment, avoid unnecessary sudo/system installs, and review the full package before running installation commands.