{"id":37188402,"url":"https://github.com/harekrishnarai/depcheck","last_synced_at":"2026-01-14T21:54:35.284Z","repository":{"id":287129246,"uuid":"963693663","full_name":"harekrishnarai/depcheck","owner":"harekrishnarai","description":"A CLI tool to identify SCA security vulnerabilities in packages and provide suggestions for upgrade versions, breaking changes, CVSS and advisories.","archived":false,"fork":false,"pushed_at":"2025-04-26T11:04:36.000Z","size":154,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T07:04:09.458Z","etag":null,"topics":["breaking-changes","cve","identify-packages-upgrades","patch-finder","sca-tool","software-supply-chain-security"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harekrishnarai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-10T04:28:03.000Z","updated_at":"2025-04-26T11:04:39.000Z","dependencies_parsed_at":"2025-04-10T05:35:12.920Z","dependency_job_id":"40b84f72-331d-4d78-886d-8b88eee4253c","html_url":"https://github.com/harekrishnarai/depcheck","commit_stats":null,"previous_names":["harekrishnarai/depcheck"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/harekrishnarai/depcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harekrishnarai%2Fdepcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harekrishnarai%2Fdepcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harekrishnarai%2Fdepcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harekrishnarai%2Fdepcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harekrishnarai","download_url":"https://codeload.github.com/harekrishnarai/depcheck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harekrishnarai%2Fdepcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["breaking-changes","cve","identify-packages-upgrades","patch-finder","sca-tool","software-supply-chain-security"],"created_at":"2026-01-14T21:54:34.633Z","updated_at":"2026-01-14T21:54:35.263Z","avatar_url":"https://github.com/harekrishnarai.png","language":"Go","readme":"# DepCheck\n\nA CLI tool to check dependency versions across different package ecosystems and identify security vulnerabilities.\n\n![DepCheck](demo/depcheck.gif)\n\n## Installation\n\n```bash\ngo install github.com/harekrishnarai/depcheck@latest\n```\n\n## Usage\n\n### Check a single package version\n\n```bash\ndepcheck check express 4.18.2\n```\n\n### Check dependencies from a package file\n\n```bash\ndepcheck file package.json\n```\n\n### Check dependencies directly from a lock file\n\n```bash\ndepcheck file package-lock.json\n```\n\n## Supported Package Files\n\n- Node.js\n  - package.json\n  - package-lock.json (improved accuracy with exact versions)\n  - yarn.lock\n  - npm-shrinkwrap.json\n- Python (requirements.txt)\n- More coming soon...\n\n## Features\n\n- Check if specific package versions exist\n- Bulk check dependencies from package files\n- Support for lock files for more accurate version information\n- Transitive dependency analysis (detects nested dependencies)\n- Security vulnerability scanning with accurate CVSS scores\n- Detailed severity information from multiple sources (OSV.dev, deps.dev)\n- Support for multiple package ecosystems\n- Detailed version information\n\n## Security Features\n\n- Vulnerability scanning from multiple sources\n- Accurate CVSS score parsing from vector strings\n- Proper severity classification (Critical, High, Medium, Low)\n- Detects deprecated packages\n- Shows fixed version information\n\n## Development\n\nTo build and run locally:\n\n```bash\ngo build\n./depcheck --help\n```\n\n## Recent Updates\n\n- Added support for direct lock file analysis\n- Implemented transitive dependency detection\n- Enhanced CVSS vector parsing for accurate vulnerability scores\n- Improved handling of GitHub Security Advisories\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharekrishnarai%2Fdepcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharekrishnarai%2Fdepcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharekrishnarai%2Fdepcheck/lists"}