Skip to content

Commit 37a6d1f

Browse files
authored
Add kusari inspector to SAST tools (#1113)
Add Kusari tools to component & free pages Signed-off-by: Tim Miller <[email protected]>
1 parent 7a87733 commit 37a6d1f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

_data/tools.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,5 +2168,14 @@
21682168
"platforms": "Windows, Linux, MacOS",
21692169
"note": "Open-source CLI security scanner for agentic AI workflows. Scans your workflow’s source code, detects vulnerabilities, and generates an interactive visualization along with a detailed security report. Supports popular agentic frameworks like LangGraph, CrewAI, n8n, OpenAI Agents, and more.",
21702170
"type": "SAST"
2171+
},
2172+
{
2173+
"title": "Kusari Inspector",
2174+
"url": "https://kusari.dev",
2175+
"owner": "Kusari",
2176+
"license": "Commercial or Free",
2177+
"platforms": "SaaS",
2178+
"note": "Kusari Inspector seamlessly integrates software supply chain security analysis into your pull requests.",
2179+
"type": "SAST"
21712180
}
21722181
]

pages/Component_Analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ and legal teams an opportunity to create solutions for healthy open source usage
316316
| [Grafeas] | Grafeas | Open Source | Cross Platform |
317317
| [Greenkeeper] | Greenkeeper | Open Source | SaaS |
318318
| [Ion Channel SA] | Ion Channel | Commercial | SaaS |
319+
| [Kusari] | Kusari | Freemium | SaaS |
319320
| [Libraries.io] | Tidelift | Open Source | SaaS |
320321
| [MergeBase] | MergeBase | Commercial | SaaS |
321322
| [Nexus IQ] | Sonatype | Commercial | Cross Platform |
@@ -371,6 +372,7 @@ and legal teams an opportunity to create solutions for healthy open source usage
371372
[Greenkeeper]: https://greenkeeper.io/
372373
[OSS Review Toolkit]: https://github.com/heremaps/oss-review-toolkit
373374
[Ion Channel SA]: https://ionchannel.io/
375+
[Kusari]: https://kusari.dev
374376
[Libraries.io]: https://libraries.io/
375377
[MergeBase]: http://mergebase.com/
376378
[Nexus IQ]: https://www.sonatype.com/

pages/Free_for_Open_Source_Application_Security_Tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ In addition, we are aware of the following commercial SAST tools that are free f
7878
- [CodeSweep - GitHub Action](https://hclsw.co/codesweepgithub) - Scan the new code on a push/pull request using a GitHub action. Findings are highlighted in the `Files Changed` view and details about the issue and mitigation steps can be found in the `Actions` page. Unrestricted usage allowed with a free trial account.
7979
- [Aikido](https://www.aikido.dev/product) - Combines open source software with custom rules & features into a single dashboard with all your security findings. Includes both SAST and Library Analysis tools. [Free for small teams](https://www.aikido.dev/pricing).
8080
- [Arnica](https://www.arnica.io/solution/code-security) - Scans all source code repositories for code risks (SAST, SCA, IaC, license violations, and low 3rd party reputation) and hardcoded secrets. The platform comes with a [freemium plan](https://www.arnica.io/pricing) for unlimited time and users count. The [pipelineless security approach](https://www.arnica.io/blog/ci-cd-pipeline-security-vs-ide-plugins-vs-pipelineless-security) is the value the company charges for, so the visibility remains always free.
81+
- [Kusari](https://kusari.dev/inspector) - Kusari Inspector seamlessly integrates software supply chain security analysis into your pull requests. This checks for bad dependencies, licenses, quality data. [Free for individual use](https://www.kusari.dev/pricing).
8182

8283
### DAST Tools
8384

0 commit comments

Comments
 (0)