financial-report-analyzer
Analysis
This appears to be a coherent local financial-PDF analyzer; the main cautions are local output/intermediate files despite broad “no data storage” wording and undeclared Python dependencies.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
✅ **无数据存储** - 不保存任何用户数据
The privacy statement is broader than the implementation: scripts/extract_pdf.py saves extracted JSON and TXT files containing full PDF text, and other scripts save parsed data, charts, and reports. This is local and aligned with analysis, but users should know files persist.
pdfplumber - PDF文本提取 pandas - 数据处理 matplotlib - 图表生成 numpy - 数值计算
The skill depends on common Python packages, but the supplied metadata/install section declares no install spec and no required binaries/dependencies. The dependencies are expected for the purpose, but version/provenance is not pinned by the artifacts.
