https://github.com/block/codecrucible
A purpose-built Go CLI tool that analyses Git repositories for security vulnerabilities using LLM-based analysis
https://github.com/block/codecrucible
Last synced: 19 days ago
JSON representation
A purpose-built Go CLI tool that analyses Git repositories for security vulnerabilities using LLM-based analysis
- Host: GitHub
- URL: https://github.com/block/codecrucible
- Owner: block
- License: apache-2.0
- Created: 2026-04-16T01:02:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T03:53:47.000Z (about 2 months ago)
- Last Synced: 2026-06-03T04:28:47.461Z (about 2 months ago)
- Size: 407 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# codecrucible README
Congrats, project leads! You got a new project to grow!
This stub is meant to help you form a strong community around your work. It's yours to adapt, and may
diverge from this initial structure. Just keep the files seeded in this repo, and the rest is yours to evolve!
## Introduction
Orient users to the project here. This is a good place to start with an assumption
that the user knows very little - so start with the Big Picture and show how this
project fits into it.
Then maybe a dive into what this project does.
Diagrams and other visuals are helpful here. Perhaps code snippets showing usage.
Project leads should complete, alongside this `README`:
* [CODEOWNERS](./CODEOWNERS) - set project lead(s)
* [CONTRIBUTING.md](./CONTRIBUTING.md) - Fill out how to: install prereqs, build, test, run, access CI, chat, discuss, file issues
* [Bug-report.md](.github/ISSUE_TEMPLATE/bug-report.md) - Fill out `Assignees` add codeowners @names
* [config.yml](.github/ISSUE_TEMPLATE/config.yml) - remove "(/add your discord channel..)" and replace the url with your Discord channel if applicable
The other files in this template repo may be used as-is:
* [GOVERNANCE.md](./GOVERNANCE.md)
* [LICENSE](./LICENSE)
## Project Resources
| Resource | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------ |
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) |
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance |
| [LICENSE](./LICENSE) | Apache License, Version 2.0 |