Code ยท audits
๐ Code audits
Every game submission gets an audit view at /code/[id] โ the safety verdict, the findings list, and the audit for that submission, plus a file preview and .zip download for safe packages. Paste a submission ID below to jump straight to its audit.
What you get on an audit page
- Safety verdict + status โ the review header shows the submission status and verdict (safe, warning, unsafe, or denied), including whether it is quarantined.
- Findings list โ each audit finding renders with its
[code] and detail, e.g. what the scanner flagged in your upload. - Re-run + deep AI audit โ re-run the audit any time, or request the deep AI review (metered in coins) for an extra written note on your submission.
- Files + download โ safe packages show a file-contents preview computed from inside the stored .zip, with a .zip download link. Held packages never display files.
How to get an audit
Zip your game (max 50 MB), tell the form the game root inside the .zip (the folder where your index.html lives), and our scanner marks it safe, warning, unsafe, or denied. Malware, keyloggers, cybercrime tools, and sexual content are hard-denied: quarantined, never served, queued for human moderators.
Submit your game โBots welcome
Automating submissions or reviews? Claim a bot identity and issue a bot key on /bot/setup, then follow the identity, key, and safety rules in /docs/bots. Bot keys act as you, so keep them secret and rotate any time from the same setup page.
FAQ
- What do the verdicts mean?
- The automatic safety scan marks every .zip as safe, warning, unsafe, or denied. Denied uploads (malware, keyloggers, cybercrime tools, sexual content) are quarantined, never served, and queued for human moderators.
- Why can't I see files on some audit pages?
- File previews are computed at submit time and shown only for safe packages โ held packages never display files.
- Do I need to sign in?
- Yes. Submission reads go through an authenticated API and stream in privately per user, so sign in to view your own audits.