operational-co/operational.co

0 errors, 30 warningsmaster

30 issues need attention.

30 warnings in the paths between 41 routes and 16 tables.

ROUTE FINDINGS14 of 41 · 7/7 rules
ROUTES
41
TABLES
16
FILES READ
120
RULES RUN
7/7

30 findings

  • POST /identify has no validator or rate limiter attached.

    public-entry-guarded

  • POST /log has no validator or rate limiter attached.

    public-entry-guarded

  • POST /widgets/:widgetId has no validator or rate limiter attached.

    public-entry-guarded

  • GET /openapi.json has no validator or rate limiter attached.

    public-entry-guarded

  • GET /llms.txt has no validator or rate limiter attached.

    public-entry-guarded

  • GET /llm.txt has no validator or rate limiter attached.

    public-entry-guarded

  • POST /setup has no validator or rate limiter attached.

    public-entry-guarded

  • POST /demo-login has no validator or rate limiter attached.

    public-entry-guarded

  • POST /signup has no validator or rate limiter attached.

    public-entry-guarded

  • POST /login has no validator or rate limiter attached.

    public-entry-guarded

  • POST /connection has no validator or rate limiter attached.

    public-entry-guarded

  • POST /activate has no validator or rate limiter attached.

    public-entry-guarded

  • POST /check-invite has no validator or rate limiter attached.

    public-entry-guarded

  • POST /accept-invite has no validator or rate limiter attached.

    public-entry-guarded

  • User is not connected to anything.

    no-orphan-datastore

  • Push is not connected to anything.

    no-orphan-datastore

  • Events is not connected to anything.

    no-orphan-datastore

  • Session is not connected to anything.

    no-orphan-datastore

  • Workspace is not connected to anything.

    no-orphan-datastore

  • Invite is not connected to anything.

    no-orphan-datastore

  • Metric is not connected to anything.

    no-orphan-datastore

  • WorkspaceUser is not connected to anything.

    no-orphan-datastore

  • Category is not connected to anything.

    no-orphan-datastore

  • CategoryRecomputeQueue is not connected to anything.

    no-orphan-datastore

  • Coupon is not connected to anything.

    no-orphan-datastore

  • Apikey is not connected to anything.

    no-orphan-datastore

  • Invoice is not connected to anything.

    no-orphan-datastore

  • Dashboard is not connected to anything.

    no-orphan-datastore

  • Widget is not connected to anything.

    no-orphan-datastore

  • WidgetPoint 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

wyro architecture badge
[![wyro architecture](https://wyro.in/api/badge/operational-co/operational.co)](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.