| Severity | Issue | Evidence | Recommendation | |-----------|-------|-----------|---------------| | Low | Duplicate scripts: `test:coverage` and `test:cov` | `package.json` | Unify into a single one. | | Low | Potentially unused dependencies (review) | `axios`, `swagger-ui-express` (Nest already serves docs) | Audit with `depcheck`. | | Improvement | `skipLibCheck: true` hides type issues | `tsconfig.json` | Evaluate enabling it in strict CI. |
test:coverageandtest:covpackage.jsonaxios,swagger-ui-express(Nest already serves docs)depcheck.skipLibCheck: truehides type issuestsconfig.json