Invoice Forge

v1.0.1

Professional invoice generation for freelancers and small businesses. Generate beautiful invoices in seconds. No dependencies, no subscriptions, no cloud req...

0· 208·0 current·0 all-time
byShadow Rose@theshadowrose
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (local invoice generation for freelancers) matches the included code and SKILL.md. The code implements client management, invoice creation, templating, and reporting using local JSONL files and HTML output. No unexpected cloud, payment gateway, or third-party credentials are requested.
Instruction Scope
Runtime instructions are limited to copying the example config, editing config.json, and running the provided Python CLI scripts (create/list/status/report commands). The instructions only reference local files and the included scripts; they do not instruct reading unrelated system files, shell history, or sending data to external endpoints.
Install Mechanism
There is no install spec and no external downloads. This is instruction + source files only; nothing in the manifest indicates fetching or executing remote code during install.
Credentials
The skill requires no environment variables, credentials, or config paths beyond the local config.json and data files mentioned. That is proportionate to a local invoicing tool. There are no requests for secret-like env vars or unrelated service tokens.
Persistence & Privilege
The skill does not require always:true or system-wide modifications. It stores its own data under configurable local paths (data/ and output/); this is normal for a local CLI tool and within expected scope.
Assessment
This package appears to be a straightforward, local invoice tool. Before installing or running: 1) Inspect any included shell/test scripts (e.g., test_basic.sh) to ensure they don't execute unexpected commands. 2) Run the tools as a non-privileged user and do not run them as root. 3) Keep backups of your data/ directory before migrating real invoices into it. 4) The tool does not send emails, generate PDFs, or integrate with payment gateways — you'll need separate tooling or scripts for those tasks. 5) If you plan to run it in production or share data, consider reviewing the code for additional hardening (concurrent write handling, input validation) and placing the data directory under version control or regular backups.

Like a lobster shell, security has layers — review code before you run it.

billingvk97dapcd3fha1a12cad81g74f182m750documentsvk97dapcd3fha1a12cad81g74f182m750financevk97dapcd3fha1a12cad81g74f182m750freelancevk97dapcd3fha1a12cad81g74f182m750invoicesvk97dapcd3fha1a12cad81g74f182m750latestvk97dapcd3fha1a12cad81g74f182m750

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments