andrechristikan/ack-nestjs-boilerplate

0 errors, 27 warningsmain

27 issues need attention.

27 warnings in the paths between 197 routes and 26 tables.

ROUTE FINDINGS1 of 197 · 7/7 rules
ROUTES
197
TABLES
26
FILES READ
120
RULES RUN
7/7

27 findings

  • GET / has no validator or rate limiter attached.

    public-entry-guarded

  • ApiKeys is not connected to anything.

    no-orphan-datastore

  • Roles is not connected to anything.

    no-orphan-datastore

  • Policies is not connected to anything.

    no-orphan-datastore

  • Countries is not connected to anything.

    no-orphan-datastore

  • UserMobiles is not connected to anything.

    no-orphan-datastore

  • Users is not connected to anything.

    no-orphan-datastore

  • Verifications is not connected to anything.

    no-orphan-datastore

  • PasswordHistories is not connected to anything.

    no-orphan-datastore

  • ActivityLogs is not connected to anything.

    no-orphan-datastore

  • Sessions is not connected to anything.

    no-orphan-datastore

  • Devices is not connected to anything.

    no-orphan-datastore

  • DeviceOwnerships is not connected to anything.

    no-orphan-datastore

  • TwoFactors is not connected to anything.

    no-orphan-datastore

  • TermPolicies is not connected to anything.

    no-orphan-datastore

  • TermPolicyUserAcceptances is not connected to anything.

    no-orphan-datastore

  • FeatureFlags is not connected to anything.

    no-orphan-datastore

  • ForgotPasswords is not connected to anything.

    no-orphan-datastore

  • Notifications is not connected to anything.

    no-orphan-datastore

  • NotificationDeliveries is not connected to anything.

    no-orphan-datastore

  • NotificationUserSettings is not connected to anything.

    no-orphan-datastore

  • Workspaces is not connected to anything.

    no-orphan-datastore

  • WorkspaceMembers is not connected to anything.

    no-orphan-datastore

  • WorkspaceInvites is not connected to anything.

    no-orphan-datastore

  • WorkspaceJoinRequests is not connected to anything.

    no-orphan-datastore

  • Projects is not connected to anything.

    no-orphan-datastore

  • ProjectMembers is not connected to anything.

    no-orphan-datastore

Part of this repository was not read, so this report is incomplete. Read 120 of 1,044 files, schemas and routes first. Point Wyro at a single service directory to read one in full. Unread: prisma/schema.prisma, prisma/schema.prisma, prisma/schema.prisma.

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/andrechristikan/ack-nestjs-boilerplate)](https://wyro.in/scan/andrechristikan/ack-nestjs-boilerplate)

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.