Skip to content

Commit 8c39827

Browse files
author
=
committed
Add CodeSafer via data/tools/codesafer.yml
1 parent 4ef3d02 commit 8c39827

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

data/tools/codesafer.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: CodeSafer
2+
categories:
3+
- linter
4+
tags:
5+
- ci
6+
- security
7+
- javascript
8+
- typescript
9+
- nodejs
10+
- configfile
11+
license: ISC
12+
types:
13+
- cli
14+
source: "https://github.com/goldmembrane/cleaner-code"
15+
homepage: "https://codesafer.org/"
16+
plans:
17+
oss: true
18+
free: true
19+
description: >-
20+
AI code security scanner packaged as a Model Context Protocol (MCP) server.
21+
Detects 9 categories of threats in AI-generated code: invisible Unicode
22+
characters (30+ variants), BiDi/Trojan Source attacks (CVE-2021-42574),
23+
homoglyphs (CVE-2021-42694), Glassworm-style Unicode steganography,
24+
rules-file backdoors in `.cursorrules` and `CLAUDE.md`, dependency
25+
typosquatting, and obfuscation patterns. Combines 8 static analysis
26+
scanners with a CodeBERT deep learning classifier. Runs locally, so
27+
code never leaves the developer's machine.

0 commit comments

Comments
 (0)