awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to security-code-scan/security-code-scan

Open-source alternatives to Security Code Scan

23 open-source projects similar to security-code-scan/security-code-scan, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Security Code Scan alternative.

  • ajinabraham/libsastAvatar von ajinabraham

    ajinabraham/libsast

    136Auf GitHub ansehen↗

    Generic SAST Library

    Python
    Auf GitHub ansehen↗136
  • ajinabraham/nodejsscanAvatar von ajinabraham

    ajinabraham/nodejsscan

    2,563Auf GitHub ansehen↗

    nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code for security flaws and common coding vulnerabilities. It functions as a static application security testing tool that analyzes code without executing the program. The tool operates as a security linter that can be integrated into continuous integration pipelines to block insecure code from merging into main branches. It automates the auditing process through rule-based detection and pattern-based static analysis. The project provides capabilities for vulnerability alert autom

    CSScode-analysiscode-reviewdevsecops
    Auf GitHub ansehen↗2,563
  • bearer/bearerAvatar von Bearer

    Bearer/bearer

    2,566Auf GitHub ansehen↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Goappseccode-qualitycompliance
    Auf GitHub ansehen↗2,566

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • david-a-wheeler/flawfinderAvatar von david-a-wheeler

    david-a-wheeler/flawfinder

    572Auf GitHub ansehen↗

    This is "flawfinder" by David A. Wheeler.

    Python
    Auf GitHub ansehen↗572
  • designsecurity/progpilotAvatar von designsecurity

    designsecurity/progpilot

    362Auf GitHub ansehen↗

    A static analysis tool for security

    PHP
    Auf GitHub ansehen↗362
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • floedesigntechnologies/phpcs-security-auditF

    FloeDesignTechnologies/phpcs-security-audit

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hawkeyesec/scanner-cliAvatar von hawkeyesec

    hawkeyesec/scanner-cli

    362Auf GitHub ansehen↗

    The Hawkeye scanner-cli is a project security, vulnerability and general risk highlighting tool. It is meant to be integrated into your pre-commit hooks and your pipelines.

    JavaScript
    Auf GitHub ansehen↗362
  • instrumenta/conftestAvatar von instrumenta

    instrumenta/conftest

    3,212Auf GitHub ansehen↗

    Write tests against structured configuration data using the Open Policy Agent Rego query language

    Go
    Auf GitHub ansehen↗3,212
  • microsoft/devskimAvatar von microsoft

    microsoft/DevSkim

    995Auf GitHub ansehen↗

    DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.

    C#lintersdlsecurity
    Auf GitHub ansehen↗995
  • mobsf/mobsfscanAvatar von MobSF

    MobSF/mobsfscan

    762Auf GitHub ansehen↗

    mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Swift, and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher.

    Python
    Auf GitHub ansehen↗762
  • phan/phanAvatar von phan

    phan/phan

    5,617Auf GitHub ansehen↗

    Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing the code. It serves as a quality gate for continuous integration pipelines and a tool for verifying type safety, specifically checking union types, generics, and array shapes. The project is distinguished by its use of a background daemon and Language Server Protocol implementation, which provide real-time diagnostics and navigation within editors. It also features a baseline-based suppression system that allows developers to record existing errors in a snapshot file to focus e

    PHP
    Auf GitHub ansehen↗5,617
  • presidentbeef/brakemanAvatar von presidentbeef

    presidentbeef/brakeman

    7,248Auf GitHub ansehen↗

    Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It identifies common security vulnerabilities, such as injection and cross-site scripting, by analyzing the application codebase without executing the application. The tool functions as a security auditor that detects mass assignment risks and template vulnerabilities. It evaluates the final output of rendered views and identifies unrestricted assignment patterns that could allow unauthorized modification of model attributes. The system provides vulnerability management through the us

    Ruby
    Auf GitHub ansehen↗7,248
  • pumasecurity/puma-scanAvatar von pumasecurity

    pumasecurity/puma-scan

    449Auf GitHub ansehen↗

    Puma Scan is a .NET software secure code analysis tool providing real time, continuous source code analysis as development teams write code. In Visual Studio, vulnerabilities are immediately displayed in the development environment as spell check and compiler warnings, preventing security bugs…

    C#
    Auf GitHub ansehen↗449
  • pycqa/banditAvatar von PyCQA

    PyCQA/bandit

    8,092Auf GitHub ansehen↗

    Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It functions as a security-focused linter and static analyzer that identifies common vulnerabilities and architectural flaws without executing the program. The tool utilizes an abstract syntax tree to analyze code patterns and identifies risky function calls or insecure configurations. It employs a plugin-based rule engine to decouple scanning logic from individual security checks and supports configuration-driven filtering to exclude specific files or ignore certain warnings. The sy

    Pythonbanditlinterpython
    Auf GitHub ansehen↗8,092
  • python-security/pytAvatar von python-security

    python-security/pyt

    2,203Auf GitHub ansehen↗

    .. image:: https://travis-ci.org/python-security/pyt.svg?branch=master :target: https://travis-ci.org/python-security/pyt

    Python
    Auf GitHub ansehen↗2,203
  • pyupio/safetyAvatar von pyupio

    pyupio/safety

    1,988Auf GitHub ansehen↗

    Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.

    Python
    Auf GitHub ansehen↗1,988
  • securego/gosecAvatar von securego

    securego/gosec

    8,866Auf GitHub ansehen↗

    gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws. It functions as a security analyzer that inspects the abstract syntax tree to identify insecure function calls, API usage, and potential security risks. The tool distinguishes itself by mapping detected vulnerabilities to Common Weakness Enumeration identifiers for standardized reporting and integrating with external AI models to suggest code fixes for identified issues. Its capabilities cover the detection of injection vulnerabilities, hardcoded credentials, weak cryptograph

    Go
    Auf GitHub ansehen↗8,866
  • selefra/selefraAvatar von selefra

    selefra/selefra

    545Auf GitHub ansehen↗

    The open-source policy-as-code software that provides analysis for Multi-Cloud and SaaS environments, you can get insight with natural language (powered by OpenAI).

    Goawsazurechatgpt
    Auf GitHub ansehen↗545
  • sonarsource/sonarqubeAvatar von SonarSource

    SonarSource/sonarqube

    10,259Auf GitHub ansehen↗

    SonarQube is a static code analysis platform used to scan source code and infrastructure scripts across multiple languages. It detects bugs, security vulnerabilities, and maintainability issues to ensure software meets reliability and security standards. The platform implements automated quality gates for continuous integration and delivery pipelines, verifying code against defined rules during merge or pull requests. It also integrates directly with code editors to provide real-time analysis results and quick-fix guidance during development. The system covers broad functional areas includin

    Javacode-qualitysonarqubestatic-analysis
    Auf GitHub ansehen↗10,259
  • spotbugs/spotbugsAvatar von spotbugs

    spotbugs/spotbugs

    3,896Auf GitHub ansehen↗

    SpotBugs is a static analysis tool and bytecode analyzer for Java applications. It scans compiled class files to identify bugs, security vulnerabilities, and performance issues without executing the code. The system functions as both a bug detector and a static application security testing tool to locate logical errors and API misuse. The project distinguishes itself through a plugin-based detector architecture that allows the integration of external libraries to add custom detection rules. It provides specialized security auditing for vulnerabilities such as SQL injection, cross-site scripti

    Java
    Auf GitHub ansehen↗3,896
  • thesp0nge/dawnscannerAvatar von thesp0nge

    thesp0nge/dawnscanner

    749Auf GitHub ansehen↗

    dawn is a source code scanner designed to review your web applications for security issues.

    Ruby
    Auf GitHub ansehen↗749
  • wireghoul/grauditAvatar von wireghoul

    wireghoul/graudit

    1,681Auf GitHub ansehen↗

    grep rough audit - source code auditing tool

    Shell
    Auf GitHub ansehen↗1,681