Skip to content

Commit 8ceab21

Browse files
committed
Add CodeSight
1 parent 3b96b69 commit 8ceab21

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

data/tools/codesight.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CodeSight
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
- javascript
7+
- typescript
8+
- go
9+
- rust
10+
- java
11+
- solidity
12+
license: MIT License
13+
types:
14+
- cli
15+
source: 'https://github.com/AvixoSec/codesight'
16+
homepage: 'https://codesight.is-a.dev'
17+
resources:
18+
- title: Zenodo preprint - Benchmarking LLMs for Automated Code Security Analysis
19+
url: https://doi.org/10.5281/zenodo.19672508
20+
description: >-
21+
LLM-powered CLI for code review, bug detection and security analysis with
22+
CWE IDs and OWASP Top 10 mapping. Supports 13+ providers via 5 adapters
23+
(OpenAI, Anthropic, Google Vertex, Ollama, and any OpenAI-compatible).
24+
Outputs SARIF for GitHub Security tab and CI exit codes. Benchmarked at
25+
91.5% detection on 47 vulnerable samples across 14 CWEs, beats Semgrep and
26+
CodeQL on logic vulnerabilities.

0 commit comments

Comments
 (0)