OPC Cashflow Manager

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill appears focused on local cash-flow forecasting, but it stores sensitive business financial details and may run a local helper to import invoice data.

This looks reasonable for a local cash-flow forecasting skill. Before installing, verify the source you install from, avoid cloning unrelated skills unless you have reviewed them, run the helper only against intended cashflow and invoice folders, and keep generated cashflow snapshots out of public or shared repositories.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

The agent may update local cash-flow files using invoice data as part of a forecast workflow.

Why it was flagged

The workflow can invoke a local Python helper that reads invoice data and imports it into cash-flow forecasting. This is disclosed and purpose-aligned, but users should ensure the paths are the intended local business-data directories.

Skill content
Run: `python3 [skill_dir]/scripts/cashflow_tracker.py [cashflow_dir] --import-invoices [invoices_dir] --json`
Recommendation

Confirm the cashflow and invoice directories before use, and review generated snapshots or reports before relying on them for business decisions.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Following the full-suite clone instruction could add other skills or code outside this review.

Why it was flagged

The documented manual install option clones a full external skill suite, not just this reviewed skill. This is user-directed and not automatic, but it means a user could install additional unreviewed artifacts if they follow that option.

Skill content
git clone https://github.com/LeonFJR/opc-skills.git ~/.claude/skills/opc-skills
Recommendation

Prefer a trusted package source or copy only this skill after reviewing the repository contents.

#
ASI06: Memory and Context Poisoning
Low
What this means

Private cash-flow, client, invoice, and expense details could remain in project files and be exposed if the folder is shared, synced, or committed.

Why it was flagged

The skill persists cash position, expected inflows, outflows, recurring commitments, and alerts in local snapshot files. That storage is central to the purpose, but it may contain sensitive business financial information.

Skill content
All data is stored in `cashflow/snapshots/{YYYY-MM}/snapshot.json`.
Recommendation

Keep the cashflow directory private, exclude it from public repositories, and redact sensitive client or financial details when sharing reports.