๐Ÿ›ก๏ธSecOSS

SAST Code Scanner

Find security vulnerabilities in source code with Semgrep static analysis

Static Application Security Testing (SAST) finds vulnerabilities in source code before they reach production. SecOSS runs Semgrep's curated security rule sets against any GitHub repository to detect SQL injection, cross-site scripting (XSS), hardcoded credentials, path traversal, and other OWASP Top 10 vulnerabilities across Python, JavaScript, TypeScript, Go, Java, and Ruby.

How to use

  1. 1Enter a GitHub repository URL. SecOSS clones the repo and runs Semgrep with security-focused rule sets.
  2. 2Each finding shows the rule ID, severity, file path, line number, and the vulnerable code snippet.
  3. 3Filter by CRITICAL or HIGH severity to prioritize the most impactful issues first.
  4. 4Use the suggested fix shown for each finding to remediate the vulnerability in your code.

Enter a GitHub repository URL. The worker will clone it and run static analysis.