Skip to content

Commit f86bf7c

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 834bcaf commit f86bf7c

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,8 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
963963

964964
- **ciocheck** :warning: — Linter, formatter and test suite helper. As a linter, it is a wrapper around `pep8`, `pydocstyle`, `flake8`, and `pylint`.
965965

966+
- [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.
967+
966968
- **cohesion** :warning: — A tool for measuring Python class cohesion.
967969

968970
- [deal](https://deal.readthedocs.io/) — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more.
@@ -1855,6 +1857,8 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
18551857

18561858
- [clair](https://github.com/coreos/clair) — Vulnerability Static Analysis for Containers.
18571859

1860+
- [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.
1861+
18581862
- **collector** :warning: — Run arbitrary scripts inside containers, and gather useful information.
18591863

18601864
- **dagda** :warning: — Perform static analysis of known vulnerabilities in docker images/containers.
@@ -1893,6 +1897,8 @@ It identifies potential security risks in K8s RBAC design and makes suggestions
18931897

18941898
- [Code Climate](https://codeclimate.com) — The open and extensible static analysis platform, for everyone.
18951899

1900+
- [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.
1901+
18961902
- [Codecov](https://about.codecov.io/) :copyright: — Codecov is a company that provides code coverage tools for developers and engineering leaders to gain visibility into their code coverage.
18971903
They offer flexible and unified reporting, seamless coverage insights, and robust coverage controls. Codecov supports over 20 languages and is CI/CD agnostic. Over 29,000 organizations and 1 million developers use Codecov. Codecov has recently joined Sentry.
18981904

@@ -1947,6 +1953,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19471953

19481954
- [Cloud (IaC) Security for JetBrains IDEs](https://plugins.jetbrains.com/plugin/25413-cloud-iac-security) — Cloud (IaC) Security plugin for JetBrains IDEs. Performs real-time inspections of Docker & Kubernetes IaC with 50+ rules based on Docker image/build security best practices, Kubernetes Pod Security Standards, and NSA/CISA Kubernetes Hardening Guidance.
19491955

1956+
- [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.
1957+
19501958
- [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.
19511959

19521960

@@ -2241,6 +2249,8 @@ but with the following improvements:
22412249

22422250
- [Cloud (IaC) Security for JetBrains IDEs](https://plugins.jetbrains.com/plugin/25413-cloud-iac-security) — Cloud (IaC) Security plugin for JetBrains IDEs. Performs real-time inspections of Docker & Kubernetes IaC with 50+ rules based on Docker image/build security best practices, Kubernetes Pod Security Standards, and NSA/CISA Kubernetes Hardening Guidance.
22432251

2252+
- [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.
2253+
22442254
- [Credential Digger](https://github.com/SAP/credential-digger) — Credential Digger is a GitHub scanning tool that identifies hardcoded credentials (Passwords, API Keys, Secret Keys, Tokens, personal information, etc), and filtering the false positive data through a machine learning model called [Password Model](https://huggingface.co/SAPOSS/password-model). This scanner is able to detect passwords and non structured tokens with a low false positive rate.
22452255

22462256
- [Datree](https://datree.io/) — A CLI tool to prevent Kubernetes misconfigurations by ensuring that manifests and Helm charts follow best practices as well as your organization’s policies

data/api/tools.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3244,6 +3244,43 @@
32443244
"demos": null,
32453245
"wrapper": null
32463246
},
3247+
"code-pathfinder": {
3248+
"name": "Code Pathfinder",
3249+
"categories": [
3250+
"linter"
3251+
],
3252+
"languages": [
3253+
"python"
3254+
],
3255+
"other": [
3256+
"container",
3257+
"ci",
3258+
"dockerfile",
3259+
"security"
3260+
],
3261+
"licenses": [
3262+
"AGPL-3.0"
3263+
],
3264+
"types": [
3265+
"cli"
3266+
],
3267+
"homepage": "https://codepathfinder.dev",
3268+
"source": "https://github.com/shivasurya/code-pathfinder",
3269+
"pricing": null,
3270+
"plans": null,
3271+
"description": "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.",
3272+
"discussion": null,
3273+
"deprecated": null,
3274+
"resources": [
3275+
{
3276+
"title": "Code Pathfinder Rules Registry",
3277+
"url": "https://codepathfinder.dev/registry"
3278+
}
3279+
],
3280+
"reviews": null,
3281+
"demos": null,
3282+
"wrapper": null
3283+
},
32473284
"codeac": {
32483285
"name": "Codeac",
32493286
"categories": [

0 commit comments

Comments
 (0)