
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
appwrite-security
Advanced tools
Audit Appwrite projects for over-permissive collection/document permissions. Keyless --discover mode parses your repo + probes the public REST API anon (no API key needed). Active probe confirms leaks live.
Audit any Appwrite project for over-permissive collection/document permissions. Get a shareable HTML report with a fix snippet on every finding. Active probe fetches data anonymously to PROVE leaks live — not just infer them.
▶ Run it without installing anything → apify.com/renzomacar/appwrite-security-auditor (paste endpoint + project ID + API key, get HTML report)
⚡ Want me to run it for you and send back a written report? $99, 24h delivery → https://perufitlife.github.io/supabase-security-skill/ (one landing covers all five — Supabase, PocketBase, Appwrite, Hasura, Firebase)
Appwrite has a powerful but easy-to-misuse permission model: collections can grant operations (read, list, create, update, delete) to roles like any, users, team:<id>, or user:<id>. Three patterns I see over and over:
any role on read or list — the collection is fully public. Anyone can dump every document without auth.users role too broadly — any signed-up user (including a self-registered anonymous one) reads or writes the entire collection.This auditor surfaces all of them across every database/collection in your project in one command.
APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1 \
APPWRITE_PROJECT_ID=your-project-id \
APPWRITE_API_KEY=your-server-key \
npx appwrite-security --html report.html
Or:
npx appwrite-security \
--endpoint https://cloud.appwrite.io/v1 \
--project xxx \
--key xxx \
--html report.html
| # | Check | Severity |
|---|---|---|
| 1 | Permission grants any role (anyone can perform op) | CRITICAL |
| 2 | Permission grants users role (every signed-up user passes) | HIGH |
| 3 | Document Security OFF on permission-protected collection | HIGH |
| 4 | Team-based permission lacks role specificity | MEDIUM |
| 5 | OAuth2 provider misconfig | MEDIUM |
| 6 | Email auth without verification | MEDIUM |
Default: ON. After detecting a read("any") or list("any") permission, the auditor sends an anonymous GET to /v1/databases/{db}/collections/{col}/documents?queries[]=limit(1). If documents come back, the finding is confirmed: true with row count, columns visible, and bytes leaked.
--no-probe disables the live fetch (passive metadata-only mode).
databases.read, collections.read, projects.readThe key is used only for this run's metadata reads. Never persisted.
MIT. Open source: https://github.com/Perufitlife/appwrite-security-skill
For Supabase, see https://github.com/Perufitlife/supabase-security-skill For PocketBase, see https://github.com/Perufitlife/pocketbase-security-skill
FAQs
Audit Appwrite projects for over-permissive collection/document permissions. Keyless --discover mode parses your repo + probes the public REST API anon (no API key needed). Active probe confirms leaks live.
The npm package appwrite-security receives a total of 1 weekly downloads. As such, appwrite-security popularity was classified as not popular.
We found that appwrite-security demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.