Skip to content

Commit 373e240

Browse files
Asok Shanmugamclaude
authored andcommitted
Add cognium — semantic taint-tracking SAST engine
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4ef3d02 commit 373e240

3 files changed

Lines changed: 87 additions & 15 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ Kani verifies:
12281228

12291229
- **Prusti** :warning: — A static verifier for Rust, based on the Viper verification infrastructure. By default Prusti verifies absence of panics by proving that statements such as unreachable!() and panic!() are unreachable.
12301230

1231-
- **Rudra** :warning: — Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.
1231+
- [Rudra](https://github.com/sslab-gatech/Rudra) — Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.
12321232

12331233
- **Rust Language Server** :warning: — Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.
12341234

@@ -1471,6 +1471,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
14711471

14721472
- [Codiga](https://www.codiga.io) :copyright: — Automated Code Reviews and Technical Debt management platform that supports 12+ languages.
14731473

1474+
- [cognium](https://cognium.dev) — Semantic taint-tracking SAST engine with a 36-pass analysis pipeline covering security (SQL injection, XSS, SSRF, command injection, path traversal, and 15 more CWEs), reliability, performance, and maintainability. Supports Java, JavaScript, TypeScript, Python, Rust, and Bash. Outputs text, JSON, and SARIF 2.1.0. OWASP Benchmark: 100% TPR, 0% FPR across 1415 test cases.
1475+
14741476
- [Corgea](https://corgea.com/) :copyright: — Corgea is an AI-powered SAST scanner that helps developers find and fix insecure code. It finds business logic flaws, broken authentication, API vulnerabilities, and more with little false positives. Additionally, it automatically writes security fixes for them to approve. Corgea integrates with GitHub, GitLab, Azure DevOps, IDEs and CLI. It is free to try it.
14751477

14761478
- **Corrode** :warning: — Semi-automatic translation from C to Rust. Could reveal bugs in the original implementation by showing Rust compiler warnings and errors. Superseded by C2Rust.
@@ -1662,7 +1664,7 @@ orchestration to ensure zero breaking changes. Specialized for React, Next.js, a
16621664

16631665
- [Teamscale](https://teamscale.com) :copyright: — Static and dynamic analysis tool supporting more than 25 languages and direct IDE integration. Free hosting for Open Source projects available on request. Free academic licenses available.
16641666

1665-
- [TencentCodeAnalysis](https://tca.tencent.com/) — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
1667+
- **TencentCodeAnalysis** :warning: — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
16661668

16671669
- [ThreatMapper](https://github.com/deepfence/ThreatMapper) — Vulnerability Scanner and Risk Evaluation for containers, serverless and hosts at runtime. ThreatMapper generates runtime BOMs from dependencies and operating system packages, matches against multiple threat feeds, scans for unprotected secrets, and scores issues based on severity and risk-of-exploit.
16681670

@@ -1722,10 +1724,10 @@ orchestration to ensure zero breaking changes. Specialized for React, Next.js, a
17221724
<h2>Archive</h2>
17231725

17241726

1725-
- [alquitran](https://github.com/ferivoz/alquitran) — Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations.
1727+
- **alquitran** :warning: — Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations.
17261728
This project is intended to be used by maintainers of projects who want to offer portable source code archives for as many systems as possible. Checking tar archives with alquitran before publishing them should help spotting issues before they reach distributors and users.
17271729

1728-
- **packj** :warning: — Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.
1730+
- [packj](https://github.com/ossillate-inc/packj) — Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.
17291731

17301732
- **pure** :warning: — Pure is a static analysis file format checker that checks ZIP files for dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
17311733

@@ -1887,7 +1889,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
18871889

18881890
- **Docker Label Inspector** :warning: — Lint and validate Dockerfile labels.
18891891

1890-
- **Dockle** :warning: — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
1892+
- [Dockle](https://github.com/goodwithtech/dockle) — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
18911893

18921894
- [GitGuardian ggshield](https://www.gitguardian.com/ggshield) — ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase.
18931895

@@ -1977,7 +1979,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19771979

19781980
- [Code Pathfinder](https://codepathfinder.dev) — An open-source security suite aiming to combine structural code analysis with AI-powered vulnerability detection. Built for advanced structural search, derive insights, find vulnerabilities in code.
19791981

1980-
- **Dockle** :warning: — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
1982+
- [Dockle](https://github.com/goodwithtech/dockle) — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
19811983

19821984

19831985
<a name="embedded" />
@@ -2284,7 +2286,7 @@ but with the following improvements:
22842286
- [detect-secrets](https://github.com/Yelp/detect-secrets) — An enterprise friendly way of detecting and preventing secrets in code.
22852287
It does this by running periodic diff outputs against heuristically crafted regex statements, to identify whether any new secret has been committed. This way, it avoids the overhead of digging through all git history, as well as the need to scan the entire repository every time.
22862288

2287-
- **Dockle** :warning: — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
2289+
- [Dockle](https://github.com/goodwithtech/dockle) — Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.
22882290

22892291
- **Enlightn** :warning: — A static and dynamic analysis tool for Laravel applications that provides recommendations to improve the performance, security and code reliability of Laravel apps. Contains 120 automated checks.
22902292

@@ -2296,7 +2298,7 @@ It does this by running periodic diff outputs against heuristically crafted rege
22962298

22972299
- [Grype](https://github.com/anchore/grype) — Vulnerability scanner for container images and filesystems. Developed by Anchore, it scans container images, directories, and archives for known vulnerabilities. Supports multiple image formats, SBOM integration, and VEX (Vulnerability Exploitability eXchange) for accurate vulnerability assessment. Works with various vulnerability databases and provides detailed reporting.
22982300

2299-
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2301+
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
23002302

23012303
- **iblessing** :warning: — iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
23022304

@@ -2461,7 +2463,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
24612463

24622464
- [GitGuardian ggshield](https://www.gitguardian.com/ggshield) — ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase.
24632465

2464-
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2466+
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
24652467

24662468

24672469
## More Collections

data/api/tools.json

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"plans": null,
269269
"description": "Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations.\nThis project is intended to be used by maintainers of projects who want to offer portable source code archives for as many systems as possible. Checking tar archives with alquitran before publishing them should help spotting issues before they reach distributors and users.",
270270
"discussion": null,
271-
"deprecated": null,
271+
"deprecated": true,
272272
"resources": null,
273273
"reviews": null,
274274
"demos": null,
@@ -4256,6 +4256,49 @@
42564256
"demos": null,
42574257
"wrapper": null
42584258
},
4259+
"cognium": {
4260+
"name": "cognium",
4261+
"categories": [
4262+
"linter"
4263+
],
4264+
"languages": [
4265+
"java",
4266+
"javascript",
4267+
"python",
4268+
"rust",
4269+
"shell",
4270+
"typescript"
4271+
],
4272+
"other": [
4273+
"security"
4274+
],
4275+
"licenses": [
4276+
"MIT"
4277+
],
4278+
"types": [
4279+
"cli"
4280+
],
4281+
"homepage": "https://cognium.dev",
4282+
"source": "https://github.com/cogniumhq/cognium",
4283+
"pricing": null,
4284+
"plans": null,
4285+
"description": "Semantic taint-tracking SAST engine with a 36-pass analysis pipeline covering security (SQL injection, XSS, SSRF, command injection, path traversal, and 15 more CWEs), reliability, performance, and maintainability. Supports Java, JavaScript, TypeScript, Python, Rust, and Bash. Outputs text, JSON, and SARIF 2.1.0. OWASP Benchmark: 100% TPR, 0% FPR across 1415 test cases.",
4286+
"discussion": null,
4287+
"deprecated": null,
4288+
"resources": [
4289+
{
4290+
"title": "OWASP Benchmark Results",
4291+
"url": "https://github.com/cogniumhq/cognium#benchmark-results"
4292+
},
4293+
{
4294+
"title": "GitHub Action",
4295+
"url": "https://github.com/marketplace/actions/cognium-security-scan"
4296+
}
4297+
],
4298+
"reviews": null,
4299+
"demos": null,
4300+
"wrapper": null
4301+
},
42594302
"cohesion": {
42604303
"name": "cohesion",
42614304
"categories": [
@@ -6238,7 +6281,7 @@
62386281
"plans": null,
62396282
"description": "Container Image Linter for Security helping build the Best-Practice Docker Image. Scans Docker images for security vulnerabilities and CIS Benchmark compliance. Checks for secrets, credential exposure, and security best practices. Provides multiple severity levels (FATAL, WARN, INFO) and supports various output formats for CI/CD integration.",
62406283
"discussion": null,
6241-
"deprecated": true,
6284+
"deprecated": null,
62426285
"resources": null,
62436286
"reviews": null,
62446287
"demos": null,
@@ -9375,7 +9418,7 @@
93759418
"plans": null,
93769419
"description": "HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.",
93779420
"discussion": null,
9378-
"deprecated": null,
9421+
"deprecated": true,
93799422
"resources": null,
93809423
"reviews": null,
93819424
"demos": null,
@@ -13536,7 +13579,7 @@
1353613579
"plans": null,
1353713580
"description": "Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for \"risky\" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.",
1353813581
"discussion": null,
13539-
"deprecated": true,
13582+
"deprecated": null,
1354013583
"resources": null,
1354113584
"reviews": null,
1354213585
"demos": null,
@@ -17549,7 +17592,7 @@
1754917592
"plans": null,
1755017593
"description": "Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.",
1755117594
"discussion": null,
17552-
"deprecated": true,
17595+
"deprecated": null,
1755317596
"resources": null,
1755417597
"reviews": null,
1755517598
"demos": null,
@@ -20619,7 +20662,7 @@
2061920662
"plans": null,
2062020663
"description": "Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.",
2062120664
"discussion": null,
20622-
"deprecated": null,
20665+
"deprecated": true,
2062320666
"resources": null,
2062420667
"reviews": null,
2062520668
"demos": null,

data/tools/cognium.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: cognium
2+
categories:
3+
- linter
4+
tags:
5+
- java
6+
- javascript
7+
- typescript
8+
- python
9+
- rust
10+
- shell
11+
- security
12+
license: MIT
13+
types:
14+
- cli
15+
source: https://github.com/cogniumhq/cognium
16+
homepage: https://cognium.dev
17+
description: >-
18+
Semantic taint-tracking SAST engine with a 36-pass analysis pipeline covering
19+
security (SQL injection, XSS, SSRF, command injection, path traversal, and 15
20+
more CWEs), reliability, performance, and maintainability. Supports Java,
21+
JavaScript, TypeScript, Python, Rust, and Bash. Outputs text, JSON, and SARIF
22+
2.1.0. OWASP Benchmark: 100% TPR, 0% FPR across 1415 test cases.
23+
resources:
24+
- title: OWASP Benchmark Results
25+
url: https://github.com/cogniumhq/cognium#benchmark-results
26+
- title: GitHub Action
27+
url: https://github.com/marketplace/actions/cognium-security-scan

0 commit comments

Comments
 (0)