Ai Intelligent Budget Management
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: ai-intelligent-budget-management Version: 1.0.0 The skill bundle consists entirely of descriptive metadata and documentation for a budget management system. It contains no executable code, scripts, or prompt injection attempts. The installation instructions in SKILL.md are standard for a software project and do not include any malicious commands or suspicious external references beyond a GitHub repository link.
Findings (0)
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.
A user could end up running external code that was not included in the reviewed skill artifact.
The packaged artifact has no code or install spec, so following the documented setup would fetch and run code and dependencies outside the reviewed package. This is a common setup pattern for a Python web app, but it is still a provenance point users should verify.
git clone https://github.com/openclaw-skills/ai-intelligent-budget-management cd ai-intelligent-budget-management pip install -r requirements.txt python app.py
Inspect the referenced GitHub repository and dependency file before running it, prefer a virtual environment or container, and only run the setup after explicit user approval.
Sensitive enterprise budget data may be stored and reused by the deployed system, so incorrect or unauthorized data could affect financial alerts and forecasts.
The skill describes persistent database-backed tracking and AI prediction over budget information. That is purpose-aligned, but stored budget data may influence later alerts, analyses, or predictions.
- 执行跟踪(实时监控) - 预测模型(AI预测) ... - 数据库(PostgreSQL)
Define access controls, retention, backups, and review workflows for budget data before using it with real company financial information.
