Scan Report
5 /100
Financial Analytics Pro
Premium financial analysis tool for business intelligence, financial statement analysis, ratio calculations, forecasting, and visualization
This is a legitimate financial analysis tool that performs standard CSV/Excel data analysis, ratio calculations, forecasting, and visualization with no malicious behavior detected.
Safe to install
No action required. The skill is safe to use as it contains only standard financial analysis code with no security risks.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation exceeds implementation Doc Mismatch | SKILL.md:35 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | Uses pandas to read CSV/Excel files |
| Network | NONE | NONE | — | No network requests in code |
| Shell | NONE | NONE | — | No subprocess or shell execution |
| Environment | NONE | NONE | — | No os.environ access for credential harvesting |
| Database | NONE | NONE | — | No database access |
File Tree
4 files · 27.7 KB · 785 lines Markdown 2f · 487L
Python 1f · 286L
CSV 1f · 12L
├─
▾
examples
│ └─
sample_financials.csv
CSV
├─
▾
references
│ └─
financial_ratios_cheat_sheet.md
Markdown
├─
▾
scripts
│ └─
financial_analyzer.py
Python
└─
SKILL.md
Markdown
Dependencies 4 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
pandas | * | pip | No | Standard data analysis library |
numpy | * | pip | No | Numerical computing |
matplotlib | * | pip | No | Visualization library |
seaborn | * | pip | No | Statistical visualization |
Security Positives
✓ No credential harvesting or environment variable access
✓ No network requests or data exfiltration
✓ No shell execution or subprocess calls
✓ No obfuscated code or base64-encoded commands
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No reverse shell or C2 communication patterns
✓ Standard financial calculations using well-known libraries (pandas, numpy)
✓ File operations limited to reading CSV/Excel and saving to user-specified locations
✓ No malicious dependencies or supply chain risks