Skip to content

Commit df3187f

Browse files
committed
Add rma-cli - Fast SAST scanner with Semgrep rule compatibility
rma-cli is a fast SAST scanner written in Rust that compiles Semgrep rules to native tree-sitter matchers for significantly faster scanning. Features: - 647+ security rules (OWASP Top 10, CWE) - 28 programming languages supported - SARIF/JSON output for CI/CD - MIT licensed
1 parent 3f4d0cd commit df3187f

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

data/tools/rma-cli.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: rma-cli
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- cpp
7+
- csharp
8+
- go
9+
- java
10+
- javascript
11+
- kotlin
12+
- php
13+
- python
14+
- ruby
15+
- rust
16+
- scala
17+
- security
18+
- swift
19+
- typescript
20+
license: MIT
21+
types:
22+
- cli
23+
source: 'https://github.com/bumahkib7/rust-monorepo-analyzer'
24+
homepage: 'https://crates.io/crates/rma-cli'
25+
description: >-
26+
Fast SAST scanner written in Rust that compiles Semgrep rules to native
27+
tree-sitter matchers for 10x faster scanning. Supports 647+ security rules
28+
covering OWASP Top 10, CWE, and more across 28 programming languages.
29+
Outputs SARIF/JSON for CI/CD integration.

0 commit comments

Comments
 (0)