From 14565a045d6da1e0307a4bfe55efd96903418f1f Mon Sep 17 00:00:00 2001 From: shivasurya Date: Thu, 25 Dec 2025 10:53:46 -0500 Subject: [PATCH 1/2] add codepathfinder.dev tool --- data/tools/code-pathfinder.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/tools/code-pathfinder.yml diff --git a/data/tools/code-pathfinder.yml b/data/tools/code-pathfinder.yml new file mode 100644 index 000000000..8edf6c691 --- /dev/null +++ b/data/tools/code-pathfinder.yml @@ -0,0 +1,22 @@ +name: Code Pathfinder +categories: + - linter +tags: + - ci + - container + - dockerfile + - python + - security +license: AGPL-3.0 +types: + - cli +source: 'https://github.com/shivasurya/code-pathfinder' +homepage: 'https://codepathfinder.dev' +resources: + - title: Code Pathfinder Rules Registry + url: https://codepathfinder.dev/registry +description: >- + Code Pathfinder is an open-source static code analysis tool + for modern engineering teams to reduce false positives, + facilitate secure code reviews, and detect vulnerabilities in code. + Available for Python, Dockerfile, and Docker Compose. From 8c77cc872b42cf61596323becfc018d19f6f97f5 Mon Sep 17 00:00:00 2001 From: shivasurya Date: Thu, 25 Dec 2025 14:03:05 -0500 Subject: [PATCH 2/2] updated description --- data/tools/code-pathfinder.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data/tools/code-pathfinder.yml b/data/tools/code-pathfinder.yml index 8edf6c691..3eee3fdc6 100644 --- a/data/tools/code-pathfinder.yml +++ b/data/tools/code-pathfinder.yml @@ -16,7 +16,6 @@ resources: - title: Code Pathfinder Rules Registry url: https://codepathfinder.dev/registry description: >- - Code Pathfinder is an open-source static code analysis tool - for modern engineering teams to reduce false positives, - facilitate secure code reviews, and detect vulnerabilities in code. - Available for Python, Dockerfile, and Docker Compose. + 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.