Invoice Generator

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

Your business details, client information, invoice history, and possibly payment instructions may be saved and reused later.

Why it was flagged

The skill intentionally stores and later reuses business and invoice context. This is aligned with invoice management, but it means sensitive business/client/payment information may persist across tasks.

Skill content
**Your business info:** Name, address, email, phone (save for reuse) ... Save invoices to an `invoices/` directory for record-keeping ... Track invoice history per client
Recommendation

Use a dedicated invoices folder, avoid storing unnecessary sensitive payment details, and periodically review or delete old invoice records if they are no longer needed.