Tool integration

Insider Integration Guide

OWASP-focused SAST for multiple languages

Get a Free API Key

Integrate Insider with Vulnetix. Scan source code for OWASP-classified security vulnerabilities.

Java, JavaScript, C#, and moreCLI toolSARIF

Install & scan

$ go install github.com/insidersec/insider/cmd/insider@latest
$ insider -tech javascript -target . -no-html
# Produces report.json — upload as JSON
vulnetix upload --file report.json

Run Insider in CI

Scan on every push and upload the results to Vulnetix:

- name: Install Insider
  run: go install github.com/insidersec/insider/cmd/insider@latest
- name: Run Insider
  run: insider -tech javascript -target . -no-html
- name: Upload to Vulnetix
  run: vulnetix upload --file report.json

Centralise Insider results in Vulnetix

Upload Insider SARIF output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Insider documentation ↗  ·  Source repository ↗

Wire Insider into your CI/CD pipeline →