87789771/meimei-nestjs-admin
67 issues need attention.
1 error and 66 warnings in the paths between 140 routes and 15 tables.
- ROUTES
- 140
- TABLES
- 15
- FILES READ
- 120
- RULES RUN
- 7/7
67 findings
GET / can reach sys_user without authenticating.
auth-before-dataGET / → sys_userGET / has no validator or rate limiter attached.
public-entry-guardedGET /captchaImage has no validator or rate limiter attached.
public-entry-guardedGET /getInfo has no validator or rate limiter attached.
public-entry-guardedGET /getRouters has no validator or rate limiter attached.
public-entry-guardedPOST /logout has no validator or rate limiter attached.
public-entry-guardedGET /monitor/jobLog/list has no validator or rate limiter attached.
public-entry-guardedDELETE /monitor/jobLog/clean has no validator or rate limiter attached.
public-entry-guardedDELETE /monitor/jobLog/:jobLogIds has no validator or rate limiter attached.
public-entry-guardedPOST /monitor/jobLog/export has no validator or rate limiter attached.
public-entry-guardedPUT /system/role/dataScope has no validator or rate limiter attached.
public-entry-guardedPUT /system/role/changeStatus has no validator or rate limiter attached.
public-entry-guardedPOST /system/role/export has no validator or rate limiter attached.
public-entry-guardedGET /system/role/authUser/allocatedList has no validator or rate limiter attached.
public-entry-guardedPUT /system/role/authUser/cancel has no validator or rate limiter attached.
public-entry-guardedPUT /system/role/authUser/cancelAll has no validator or rate limiter attached.
public-entry-guardedGET /system/role/authUser/unallocatedList has no validator or rate limiter attached.
public-entry-guardedPUT /system/role/authUser/selectAll has no validator or rate limiter attached.
public-entry-guardedGET /system/dept/treeselect has no validator or rate limiter attached.
public-entry-guardedGET /system/dept/list/exclude/:deptId has no validator or rate limiter attached.
public-entry-guardedGET /system/dept/roleDeptTreeselect/:roleId has no validator or rate limiter attached.
public-entry-guardedGET /system/menu/treeselect has no validator or rate limiter attached.
public-entry-guardedGET /system/menu/list/exclude/:menuId has no validator or rate limiter attached.
public-entry-guardedGET /system/menu/roleMenuTreeselect/:roleId has no validator or rate limiter attached.
public-entry-guardedGET /system/user has no validator or rate limiter attached.
public-entry-guardedGET /system/user/profile has no validator or rate limiter attached.
public-entry-guardedPUT /system/user/profile has no validator or rate limiter attached.
public-entry-guardedPUT /system/user/profile/updatePwd has no validator or rate limiter attached.
public-entry-guardedPOST /system/user/profile/avatar has no validator or rate limiter attached.
public-entry-guardedGET /system/user/authRole/:userId has no validator or rate limiter attached.
public-entry-guardedPUT /system/user/authRole has no validator or rate limiter attached.
public-entry-guardedPUT /system/user/changeStatus has no validator or rate limiter attached.
public-entry-guardedPOST /system/user/importTemplate has no validator or rate limiter attached.
public-entry-guardedPOST /common/upload has no validator or rate limiter attached.
public-entry-guardedPOST /common/uploads has no validator or rate limiter attached.
public-entry-guardedGET /monitor/cache has no validator or rate limiter attached.
public-entry-guardedGET /monitor/cache/getNames has no validator or rate limiter attached.
public-entry-guardedGET /monitor/cache/getKeys/:cacheName has no validator or rate limiter attached.
public-entry-guardedGET /monitor/cache/getValue/:name/:key has no validator or rate limiter attached.
public-entry-guardedDELETE /monitor/cache/clearCacheName/:cacheName has no validator or rate limiter attached.
public-entry-guardedDELETE /monitor/cache/clearCacheKey/:key has no validator or rate limiter attached.
public-entry-guardedDELETE /monitor/cache/clearCacheAll has no validator or rate limiter attached.
public-entry-guardedGET /monitor/server has no validator or rate limiter attached.
public-entry-guardedGET /system/web has no validator or rate limiter attached.
public-entry-guardedPOST /system/web has no validator or rate limiter attached.
public-entry-guardedDELETE /system/web has no validator or rate limiter attached.
public-entry-guardedGET /system/user/deptTree has no validator or rate limiter attached.
public-entry-guardedGET /system/role/deptTree/:roleId has no validator or rate limiter attached.
public-entry-guardedDELETE /system/dict/type/:dictIds has no validator or rate limiter attached.
public-entry-guardedDELETE /system/dict/data/:dictCodes has no validator or rate limiter attached.
public-entry-guardedGET /system/table has no validator or rate limiter attached.
public-entry-guardedPOST /system/table has no validator or rate limiter attached.
public-entry-guardedDELETE /system/table has no validator or rate limiter attached.
public-entry-guardedsys_web is not connected to anything.
no-orphan-datastoresys_table is not connected to anything.
no-orphan-datastoresys_config is not connected to anything.
no-orphan-datastoresys_dept is not connected to anything.
no-orphan-datastoresys_dict_data is not connected to anything.
no-orphan-datastoresys_dict_type is not connected to anything.
no-orphan-datastoresys_job is not connected to anything.
no-orphan-datastoresys_job_log is not connected to anything.
no-orphan-datastoresys_login_infor is not connected to anything.
no-orphan-datastoresys_menu is not connected to anything.
no-orphan-datastoresys_notice is not connected to anything.
no-orphan-datastoresys_oper_log is not connected to anything.
no-orphan-datastoresys_post is not connected to anything.
no-orphan-datastoresys_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
[](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.