operational-co/operational.co
30 issues need attention.
30 warnings in the paths between 41 routes and 16 tables.
- ROUTES
- 41
- TABLES
- 16
- FILES READ
- 120
- RULES RUN
- 7/7
30 findings
POST /identify has no validator or rate limiter attached.
public-entry-guardedPOST /log has no validator or rate limiter attached.
public-entry-guardedPOST /widgets/:widgetId has no validator or rate limiter attached.
public-entry-guardedGET /openapi.json has no validator or rate limiter attached.
public-entry-guardedGET /llms.txt has no validator or rate limiter attached.
public-entry-guardedGET /llm.txt has no validator or rate limiter attached.
public-entry-guardedPOST /setup has no validator or rate limiter attached.
public-entry-guardedPOST /demo-login has no validator or rate limiter attached.
public-entry-guardedPOST /signup has no validator or rate limiter attached.
public-entry-guardedPOST /login has no validator or rate limiter attached.
public-entry-guardedPOST /connection has no validator or rate limiter attached.
public-entry-guardedPOST /activate has no validator or rate limiter attached.
public-entry-guardedPOST /check-invite has no validator or rate limiter attached.
public-entry-guardedPOST /accept-invite has no validator or rate limiter attached.
public-entry-guardedUser is not connected to anything.
no-orphan-datastorePush is not connected to anything.
no-orphan-datastoreEvents is not connected to anything.
no-orphan-datastoreSession is not connected to anything.
no-orphan-datastoreWorkspace is not connected to anything.
no-orphan-datastoreInvite is not connected to anything.
no-orphan-datastoreMetric is not connected to anything.
no-orphan-datastoreWorkspaceUser is not connected to anything.
no-orphan-datastoreCategory is not connected to anything.
no-orphan-datastoreCategoryRecomputeQueue is not connected to anything.
no-orphan-datastoreCoupon is not connected to anything.
no-orphan-datastoreApikey is not connected to anything.
no-orphan-datastoreInvoice is not connected to anything.
no-orphan-datastoreDashboard is not connected to anything.
no-orphan-datastoreWidget is not connected to anything.
no-orphan-datastoreWidgetPoint is not connected to anything.
no-orphan-datastore
Part of this repository was not read, so this report is incomplete. Read 120 of 135 files, schemas and routes first. Point Wyro at a single service directory to read one in full. Unread: app/src/store/metric.js, app/src/store/invoices.js, backend/lib/class-filter.js.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/operational-co/operational.co)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.