Invoice Generator

PassAudited by ClawScan on May 1, 2026.

Overview

This is a straightforward invoice-generation skill; the main thing to notice is that it stores and reuses invoice, business, and client details for record-keeping.

This skill appears safe for normal invoice drafting. Before using it, be aware that it is designed to save invoice records and reuse business details, so avoid including unnecessary sensitive banking or client information and keep the invoices directory private.

Findings (1)

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.