{"provibe_score":42,"vibe_verdict":"VIBE_CODED","risk_level":"HIGH","estimated_fix_time":"41–57 hours","score_breakdown":{"security":100,"maintainability":55,"deadCode":100,"architecture":45},"summary":"The repo contains only a README and no executable code, resulting in zero test coverage and an abandoned codebase (last commit 761 days ago). Missing a lock file further hurts reproducibility and signals neglect.","architecture":"The project currently consists of a single README file with no source code, build scripts, or dependency declarations, so there is effectively no architecture to speak of. At scale this lack of structure would make any future feature addition impossible, as there are no entry points, no module separation, and no dependency management, leading to chaotic, unmaintainable growth.","findings":[{"severity":"critical","category":"Testing","title":"Zero test coverage across repository","description":"The repository has no test files; any change will go unverified, increasing the risk of regressions in production.","file":null,"suggestedFix":"Initialize a test framework (e.g., Jest), add a package-lock.json, and write unit tests for every public function."},{"severity":"high","category":"Tech Debt","title":"Missing package lock file (package-lock.json or yarn.lock)","description":"Without a lock file, dependency versions are not pinned, leading to nondeterministic builds and potential supply‑chain attacks.","file":null,"suggestedFix":"Run `npm install` (or `yarn install`) and commit the generated lock file to the repository."},{"severity":"medium","category":"Architecture","title":"Repository appears abandoned (last commit 761 days ago)","description":"Stale code is likely to contain unpatched vulnerabilities and will not benefit from modern tooling or security updates.","file":null,"suggestedFix":"Refresh the repo: update dependencies, add CI/CD pipelines, and establish a regular maintenance schedule."}],"vibe_signals":{"console_logs":0,"todo_comments":0,"ts_ignore_count":0,"any_type_count":0,"suspected_secret_leaks":0,"has_tests":false,"test_file_count":0,"env_file_committed":false,"async_without_try_catch":0,"empty_catch_blocks":0},"repo_meta":{"stars":3825,"last_pushed_days_ago":761,"language":null,"open_issues":7216,"is_archived":false,"license":null},"main_language":"JavaScript","file_count":1,"result_id":"ae2d6d58-db73-4e24-b1b9-96163df0b49c","result_url":"https://zambo.dev/provibecode?id=ae2d6d58-db73-4e24-b1b9-96163df0b49c","upgrade_note":"Full audit: complete security scan, dead code map, tech debt report, execution plan, export super-prompt — $49 one-time","upgrade_url":"https://zambo.dev/provibecode?id=ae2d6d58-db73-4e24-b1b9-96163df0b49c","input_type":"repo_url","badge":{"url":"https://zambo.dev/api/og/badge?score=42","markdown":"[![ProvibeCode Score: 42/100](https://zambo.dev/api/og/badge?score=42)](https://zambo.dev/provibecode)","html":"<a href=\"https://zambo.dev/provibecode\"><img src=\"https://zambo.dev/api/og/badge?score=42\" alt=\"ProvibeCode Score: 42/100\" style=\"height:20px\" /></a>","tip":"Add this badge to your README to show your repo's ProvibeCode score"}}