Waitlist Kit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Waitlist Kit (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.
Launch page + viral waitlist + analytics tool for pre-launch products.
# Docker
docker compose up -d
# Or local
pip install -r requirements.txt
python server.pyAPI at http://localhost:8430, landing pages at http://localhost:8430/w/{slug}
| Method | Endpoint | Description |
|---|---|---|
| POST | /waitlists | Create waitlist |
| GET | /waitlists | List all |
| GET | /waitlists/{id} | Get details + stats |
| POST | /waitlists/{id}/signup | Sign up (email, name, referral_code) |
| GET | /waitlists/{id}/signups | List signups (API key required) |
| GET | /waitlists/{id}/stats | Stats + referral breakdown |
| GET | /waitlists/{id}/leaderboard | Referral leaderboard |
| GET | /waitlists/{id}/export | CSV export (API key required) |
| GET | /w/{slug} | Public landing page |
| POST | /w/{slug}/join | Form submit from landing page |
| GET | /w/{slug}/status?email=x | Check position |
create_waitlist — create a new waitlistget_waitlist_stats — signup counts, referral statsexport_signups — export all signups as JSONcheck_position — check position by emaillist_waitlists — list all waitlistsRun MCP server: python mcp_server.py
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.