{"id":27495139,"url":"https://github.com/div72/valve","last_synced_at":"2026-02-16T07:03:38.355Z","repository":{"id":139763434,"uuid":"603738289","full_name":"div72/valve","owner":"div72","description":"A WIP static analyzer for V.","archived":false,"fork":false,"pushed_at":"2023-02-20T17:34:58.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"devel","last_synced_at":"2025-10-10T16:42:42.405Z","etag":null,"topics":["static-analysis","vlang","z3"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/div72.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,"zenodo":null}},"created_at":"2023-02-19T12:41:56.000Z","updated_at":"2024-08-12T20:29:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3ebd9d5-6372-4d61-8f3c-3fa3edfae55a","html_url":"https://github.com/div72/valve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/div72/valve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/div72%2Fvalve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/div72%2Fvalve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/div72%2Fvalve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/div72%2Fvalve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/div72","download_url":"https://codeload.github.com/div72/valve/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/div72%2Fvalve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["static-analysis","vlang","z3"],"created_at":"2025-04-17T02:28:03.418Z","updated_at":"2026-02-16T07:03:38.338Z","avatar_url":"https://github.com/div72.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# valve\n\nA WIP static analyzer for V that uses Z3. Aims to increase the correctness of V programs.\n\n## Usage\n\n```v\n$ valve tests/basic.v\n$ valve incorrect_program.v\nincorrect_program.v:2:12: error: failed to prove assertion\n    1 | fn main2() {\n    2 |     assert false\n      |            ~~~~~\n    3 |     assert true\n    4 |     assert 1 != 1\nincorrect_program.v:4:12: error: failed to prove assertion\n    2 |     assert false\n    3 |     assert true\n    4 |     assert 1 != 1\n      |            ~~~~~~\n    5 |     assert -1 \u003c -2\n    6 | }\nincorrect_program.v:5:12: error: failed to prove assertion\n    3 |     assert true\n    4 |     assert 1 != 1\n    5 |     assert -1 \u003c -2\n      |            ~~~~~~~\n    6 | }\n```\n\n## TODO\n\n- [ ] Check array access\n- [ ] Variable support\n- [ ] Check memory accesses?\n- [ ] Ensure memory is freed?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiv72%2Fvalve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiv72%2Fvalve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiv72%2Fvalve/lists"}