Fakturownik

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: fakturator Version: 1.1.0 The skill is a standard VAT invoice generator designed for the Polish market. The Python script (fakturator.py) implements legitimate logic for VAT calculations, NIP/REGON validation, and invoice formatting in text, CSV, and JSON formats. No evidence of data exfiltration, malicious execution, or prompt injection was found. The documentation (SKILL.md) mentions a 'Pro' version available via email contact (tomaszpedzierski.infinity@wp.pl), which appears to be a simple commercial offering rather than a malicious lure.

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

Real invoices can contain tax identifiers, addresses, customer names, and pricing details that users may not want retained unexpectedly.

Why it was flagged

The skill is expected to handle invoice data, but this wording indicates buyer/seller details and invoice history may be remembered or stored.

Skill content
**Dane firmowe** — zapamiętuje dane sprzedawcy i nabywcy ... **Historia faktur** — zapisuj i zarządzaj wystawionymi fakturami
Recommendation

Before using real data, check where history is stored, how to delete it, and avoid entering sensitive customer details unless retention is acceptable.

What this means

The visible code looks purpose-aligned, but users cannot confirm every runtime behavior from the supplied text alone.

Why it was flagged

The supplied source view stops during the main function, so this review cannot fully inspect the displayed executable path even though the static scan reported no findings.

Skill content
"truncated": true
Recommendation

Review the complete source before running the Python script, especially any code that saves files, exports documents, or sends invoices.

What this means

A user may be encouraged to contact an external email address and follow a payment link outside the platform.

Why it was flagged

The skill includes an off-platform paid-upgrade/payment flow. It is disclosed, but users should verify it independently.

Skill content
**Jak wykupić?** Wyślij maila na tomaszpedzierski.infinity@wp.pl — odpowiem z linkiem do płatności.
Recommendation

Do not send money or follow external payment links unless you have independently verified the author and terms.