Invoice Pilot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Invoice Pilot (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Smart invoicing service with auto-chase payment reminders. Create professional invoices, send them via email with PDF attachments, and automatically follow up on overdue payments with escalating reminders.
# Docker
docker compose up -d
# Or run directly
pip install -r requirements.txt
python server.py| Method | Endpoint | Description |
|---|---|---|
| POST | /invoices | Create invoice |
| GET | /invoices | List invoices |
| GET | /invoices/{id} | Get invoice |
| PUT | /invoices/{id} | Update invoice |
| DELETE | /invoices/{id} | Delete invoice |
| POST | /invoices/{id}/send | Send invoice email |
| POST | /invoices/{id}/mark-paid | Mark as paid |
| POST | /invoices/{id}/remind | Send reminder |
| GET | /invoices/{id}/pdf | Download PDF |
| GET | /invoices/{id}/pay | Client payment page |
| GET | /dashboard | Revenue summary |
| GET | /clients | Client list |
create_invoice - Create and optionally send an invoicelist_invoices - Show all invoices with statusget_outstanding - Show unpaid invoicessend_reminder - Trigger reminder for overdue invoicemark_paid - Mark invoice as paidget_revenue_summary - Revenue and outstanding totals| Days Overdue | Level | Action |
|---|---|---|
| 1 | Friendly | Polite payment reminder |
| 7 | Firm | Stronger reminder |
| 14 | Late Fee | Apply late fee + notice |
| 30 | Final | Final warning before escalation |
Copy .env.example to .env and configure SMTP settings for email delivery.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.