CONFIDENTIAL

Technical Engineering Report

Every engine, suite, finding, evidence object, recommendation, and remediation path

achieveradarsh/schedula-app | 7/18/2026, 1:30:37 PM

70%
Ready With Conditions

Recommendation: Deploy after fixing: identified readiness gaps.

0Critical
0High
3Medium
0Low

Detailed Findings

#1 Suite 1 - Build Verification WARN | medium

Node project detected but node_modules is missing. Install packages before build verification.

Engine
Quality
Evidence
{ "checks": [ "Missing packages" ], "runner": "pnpm" }
Recommendation
Fix build failures before production release and add the build command to CI gates.
References
OWASP ASVS, CWE mapping pending, organization policy baseline
#2 Suite 2 - Static Code Quality WARN | medium

Lint script failed. TypeScript compiler reported errors.

Engine
Quality
Evidence
{ "lint": "> my-v0-project@0.1.0 lint C:\\Users\\Sunny\\Downloads\\Engineering-validation-platform\\uploaded-repositories\\github-achieveradarsh-schedula-app-main-3166a643\n> next lint\n\n ELIFECYCLE  Command failed with exit code 1.\n WARN  Local package.json exists, but node_modules missing, did you mean to install?\n\nInvalid project directory provided, no such directory: C:\\Users\\Sunny\\Downloads\\Engineering-validation-platform\\uploaded-repositories\\github-achieveradarsh-schedula-app-main-3166a643\\lint", "staticScan": { "scannedFiles": 68, "codeSmellCount": 0, "unsafeAnyCount": 1, "duplicatedSymbolCount": 38 }, "typescript": "app/doctors/[id]/book/page.tsx(5,25): error TS2307: Cannot find module 'react-hook-form' or its corresponding type declarations.\r\napp/doctors/[id]/book/page.tsx(78,50): error TS2345: Argument of type '{ doctorId: string; patientName: string; patientPhone: string; date: string; timeSlot: string; }' is not assignable to parameter of type 'Omit<Appointment, \"id\">'.\r\n Property 'status'
Recommendation
Review the finding, validate exploitability, implement the control, and re-run the relevant validation suite.
References
OWASP ASVS, CWE mapping pending, organization policy baseline
#3 Suite 3 - Testing WARN | medium

No runnable test script was found for Jest, Vitest, Playwright, Cypress, or coverage.

Engine
Quality
Evidence
{ "availableScripts": [ "build", "dev", "lint", "start" ] }
Recommendation
Review the finding, validate exploitability, implement the control, and re-run the relevant validation suite.
References
OWASP ASVS, CWE mapping pending, organization policy baseline