analyzing-financial-statements

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
3
Flagged
3
Chunks
5
Flagged Files (3)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: analyzing-financial-statements description: This skill calculates key financial ratios and metrics from financial statement data for investment analysis --- # Financial Ratio Calculator Skill This skill provides comprehensive financial ratio analysis for evaluating company performance, profitability, liquidity, and valuation.

calculate_ratios.pyHIGH
78.3%

Malicious tool definition detected

Tool: calculate_ratios.py [1/2] Description: """ Financial ratio calculation module.

Tool: calculate_ratios.py [2/2]

interpret_ratios.pyHIGH
78.3%

Malicious tool definition detected

Tool: interpret_ratios.py [1/2] Description: """ Financial ratio interpretation module.

Tool: interpret_ratios.py [2/2] Description: category, category_ratios in ratios.items(): report_lines.append(f" {category.upper()} ANALYSIS") report_lines.append("-" * 40) for ratio_name, value in category_ratios.items(): if isinstance(value, (int, float)): interpretation = self.interpret_ratio(ratio_name, value) report_lines.append(f"

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
5
Analyzed
Feb 23, 2026, 10:39 PM
Security Audit — runlayer — analyzing-financial-statements