Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions data/tools/codesight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CodeSight
categories:
- linter
tags:
- python
- javascript
- typescript
- go
- rust
- java
license: MIT License
types:
- cli
source: 'https://github.com/AvixoSec/codesight'
homepage: 'https://codesight.is-a.dev'
resources:
- title: Zenodo preprint - Benchmarking LLMs for Automated Code Security Analysis
url: https://doi.org/10.5281/zenodo.19672508
description: >-
LLM-powered CLI for code review, bug detection and security analysis with
CWE IDs and OWASP Top 10 mapping. Supports 13+ providers via 5 adapters
(OpenAI, Anthropic, Google Vertex, Ollama, and any OpenAI-compatible).
Outputs SARIF for GitHub Security tab and CI exit codes. Benchmarked at
91.5% detection on 47 vulnerable samples across 14 CWEs, beats Semgrep and
CodeQL on logic vulnerabilities.