87789771/meimei-nestjs-admin

1 error, 66 warningsmain

67 issues need attention.

1 error and 66 warnings in the paths between 140 routes and 15 tables.

ROUTE FINDINGS52 of 140 · 7/7 rules
ROUTES
140
TABLES
15
FILES READ
120
RULES RUN
7/7

67 findings

  • GET / can reach sys_user without authenticating.

    auth-before-dataGET / → sys_user

  • GET / has no validator or rate limiter attached.

    public-entry-guarded

  • GET /captchaImage has no validator or rate limiter attached.

    public-entry-guarded

  • GET /getInfo has no validator or rate limiter attached.

    public-entry-guarded

  • GET /getRouters has no validator or rate limiter attached.

    public-entry-guarded

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

    public-entry-guarded

  • GET /monitor/jobLog/list has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /monitor/jobLog/clean has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /monitor/jobLog/:jobLogIds has no validator or rate limiter attached.

    public-entry-guarded

  • POST /monitor/jobLog/export has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/role/dataScope has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/role/changeStatus has no validator or rate limiter attached.

    public-entry-guarded

  • POST /system/role/export has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/role/authUser/allocatedList has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/role/authUser/cancel has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/role/authUser/cancelAll has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/role/authUser/unallocatedList has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/role/authUser/selectAll has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/dept/treeselect has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/dept/list/exclude/:deptId has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/dept/roleDeptTreeselect/:roleId has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/menu/treeselect has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/menu/list/exclude/:menuId has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/menu/roleMenuTreeselect/:roleId has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/user has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/user/profile has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/user/profile has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/user/profile/updatePwd has no validator or rate limiter attached.

    public-entry-guarded

  • POST /system/user/profile/avatar has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/user/authRole/:userId has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/user/authRole has no validator or rate limiter attached.

    public-entry-guarded

  • PUT /system/user/changeStatus has no validator or rate limiter attached.

    public-entry-guarded

  • POST /system/user/importTemplate has no validator or rate limiter attached.

    public-entry-guarded

  • POST /common/upload has no validator or rate limiter attached.

    public-entry-guarded

  • POST /common/uploads has no validator or rate limiter attached.

    public-entry-guarded

  • GET /monitor/cache has no validator or rate limiter attached.

    public-entry-guarded

  • GET /monitor/cache/getNames has no validator or rate limiter attached.

    public-entry-guarded

  • GET /monitor/cache/getKeys/:cacheName has no validator or rate limiter attached.

    public-entry-guarded

  • GET /monitor/cache/getValue/:name/:key has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /monitor/cache/clearCacheName/:cacheName has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /monitor/cache/clearCacheKey/:key has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /monitor/cache/clearCacheAll has no validator or rate limiter attached.

    public-entry-guarded

  • GET /monitor/server has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/web has no validator or rate limiter attached.

    public-entry-guarded

  • POST /system/web has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /system/web has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/user/deptTree has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/role/deptTree/:roleId has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /system/dict/type/:dictIds has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /system/dict/data/:dictCodes has no validator or rate limiter attached.

    public-entry-guarded

  • GET /system/table has no validator or rate limiter attached.

    public-entry-guarded

  • POST /system/table has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /system/table has no validator or rate limiter attached.

    public-entry-guarded

  • sys_web is not connected to anything.

    no-orphan-datastore

  • sys_table is not connected to anything.

    no-orphan-datastore

  • sys_config is not connected to anything.

    no-orphan-datastore

  • sys_dept is not connected to anything.

    no-orphan-datastore

  • sys_dict_data is not connected to anything.

    no-orphan-datastore

  • sys_dict_type is not connected to anything.

    no-orphan-datastore

  • sys_job is not connected to anything.

    no-orphan-datastore

  • sys_job_log is not connected to anything.

    no-orphan-datastore

  • sys_login_infor is not connected to anything.

    no-orphan-datastore

  • sys_menu is not connected to anything.

    no-orphan-datastore

  • sys_notice is not connected to anything.

    no-orphan-datastore

  • sys_oper_log is not connected to anything.

    no-orphan-datastore

  • sys_post is not connected to anything.

    no-orphan-datastore

  • sys_role is not connected to anything.

    no-orphan-datastore

Part of this repository was not read, so this report is incomplete. Read 120 of 650 files, schemas and routes first. Point Wyro at a single service directory to read one in full. Unread: meimei-prisma-vue3/meimei-admin/src/main.ts, meimei-prisma-vue3/meimei-admin/src/modules/monitor/job/job.controller.ts, meimei-typeOrm-vue2/meimei-admin/src/modules/monitor/job/job.controller.ts.

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/87789771/meimei-nestjs-admin)](https://wyro.in/scan/87789771/meimei-nestjs-admin)

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.