Back to skill

Security audit

Creating Financial Models

Security checks for vulnerabilities and agentic risk

Overview

This is a local financial-modeling helper that reads a user-provided JSON file and writes an Excel DCF workbook, with no evidence of hidden access, persistence, or data exfiltration.

Reasonable to install as a basic local DCF workbook generator, but do not treat it as professional financial advice or a complete investment-analysis suite. Review assumptions carefully, choose output paths deliberately to avoid overwriting files, and install the xlsxwriter dependency only from a trusted package source if needed.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.