koldakov/futuramaapi
47 issues need attention.
47 warnings in the paths between 45 routes and 11 tables.
- ROUTES
- 45
- TABLES
- 11
- FILES READ
- 120
- RULES RUN
- 7/7
47 findings
POST /secret_message has no validator or rate limiter attached.
public-entry-guardedGET /secret_message/{url} has no validator or rate limiter attached.
public-entry-guardedPOST /users has no validator or rate limiter attached.
public-entry-guardedGET /users has no validator or rate limiter attached.
public-entry-guardedPOST /users/passwords/request-change has no validator or rate limiter attached.
public-entry-guardedGET /{shortened} has no validator or rate limiter attached.
public-entry-guardedGET /activate has no validator or rate limiter attached.
public-entry-guardedGET /favicon.ico has no validator or rate limiter attached.
public-entry-guardedGET /health has no validator or rate limiter attached.
public-entry-guardedGET /swagger has no validator or rate limiter attached.
public-entry-guardedGET /docs has no validator or rate limiter attached.
public-entry-guardedGET /robots.txt has no validator or rate limiter attached.
public-entry-guardedGET /sitemap.xml has no validator or rate limiter attached.
public-entry-guardedGET / has no validator or rate limiter attached.
public-entry-guardedGET /about has no validator or rate limiter attached.
public-entry-guardedGET /changelog has no validator or rate limiter attached.
public-entry-guardedGET /auth has no validator or rate limiter attached.
public-entry-guardedPOST /logout has no validator or rate limiter attached.
public-entry-guardedGET /signup has no validator or rate limiter attached.
public-entry-guardedPOST /signup has no validator or rate limiter attached.
public-entry-guardedPOST /auth has no validator or rate limiter attached.
public-entry-guardedPOST /users/auth has no validator or rate limiter attached.
public-entry-guardedPOST /users/refresh has no validator or rate limiter attached.
public-entry-guardedGET /{character_id} has no validator or rate limiter attached.
public-entry-guardedGET /{episode_id} has no validator or rate limiter attached.
public-entry-guardedGET /passwords/change has no validator or rate limiter attached.
public-entry-guardedPOST /passwords/change has no validator or rate limiter attached.
public-entry-guardedPOST /{$callback_url} has no validator or rate limiter attached.
public-entry-guardedPOST /characters/{character_id} has no validator or rate limiter attached.
public-entry-guardedPOST /episodes/{episode_id} has no validator or rate limiter attached.
public-entry-guardedPOST /seasons/{season_id} has no validator or rate limiter attached.
public-entry-guardedGET /character has no validator or rate limiter attached.
public-entry-guardedGET /episode has no validator or rate limiter attached.
public-entry-guardedGET /season has no validator or rate limiter attached.
public-entry-guardedGET /{season_id} has no validator or rate limiter attached.
public-entry-guardedGET /sse/characters/{character_id} has no validator or rate limiter attached.
public-entry-guardedseasons is not connected to anything.
no-orphan-datastoreepisode_character_association is not connected to anything.
no-orphan-datastoreepisodes is not connected to anything.
no-orphan-datastorecharacters is not connected to anything.
no-orphan-datastoreusers is not connected to anything.
no-orphan-datastorelinks is not connected to anything.
no-orphan-datastoresecret_messages is not connected to anything.
no-orphan-datastoreauth_sessions is not connected to anything.
no-orphan-datastorerequests_counter is not connected to anything.
no-orphan-datastoresystem_messages is not connected to anything.
no-orphan-datastorefavorite_characters is not connected to anything.
no-orphan-datastore
Part of this repository was not read, so this report is incomplete. Read 120 of 156 files, schemas and routes first. Point Wyro at a single service directory to read one in full.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/koldakov/futuramaapi)It updates itself whenever the repository changes and links back to this report.
What this is
Wyro reads the repository’s routes and data models and checks the paths between them: whether a route can reach a table without passing a guard, whether a datastore holding personal data is exposed to a public read, whether an endpoint that issues credentials requires the credentials it issues.
It is rule-based, not a model. The same commit produces the same result every time, and it does not guess at business rules it cannot see. A rule with nothing to look at is reported as not having run — never as a pass.
This check runs on public source through GitHub’s own API and needs no account. A free account adds the editable architecture canvas, private repositories on paid plans, and a CI gate. No card required.