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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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 de ajinabraham

    ajinabraham/libsast

    136Ver en GitHub↗

    Generic SAST Library

    Python
    Ver en GitHub↗136
  • ajinabraham/nodejsscanAvatar de ajinabraham

    ajinabraham/nodejsscan

    2,563Ver en GitHub↗

    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
    Ver en GitHub↗2,563
  • bearer/bearerAvatar de Bearer

    Bearer/bearer

    2,566Ver en GitHub↗

    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
    Ver en GitHub↗2,566

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

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

    david-a-wheeler/flawfinder

    572Ver en GitHub↗

    This is "flawfinder" by David A. Wheeler.

    Python
    Ver en GitHub↗572
  • designsecurity/progpilotAvatar de designsecurity

    designsecurity/progpilot

    362Ver en GitHub↗

    A static analysis tool for security

    PHP
    Ver en GitHub↗362
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Ver en GitHub↗
    Ver en GitHub↗0
  • floedesigntechnologies/phpcs-security-auditF

    FloeDesignTechnologies/phpcs-security-audit

    0Ver en GitHub↗
    Ver en GitHub↗0
  • hawkeyesec/scanner-cliAvatar de hawkeyesec

    hawkeyesec/scanner-cli

    362Ver en GitHub↗

    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
    Ver en GitHub↗362
  • instrumenta/conftestAvatar de instrumenta

    instrumenta/conftest

    3,212Ver en GitHub↗

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

    Go
    Ver en GitHub↗3,212
  • microsoft/devskimAvatar de microsoft

    microsoft/DevSkim

    995Ver en GitHub↗

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

    C#lintersdlsecurity
    Ver en GitHub↗995
  • mobsf/mobsfscanAvatar de MobSF

    MobSF/mobsfscan

    762Ver en GitHub↗

    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
    Ver en GitHub↗762
  • phan/phanAvatar de phan

    phan/phan

    5,617Ver en GitHub↗

    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
    Ver en GitHub↗5,617
  • presidentbeef/brakemanAvatar de presidentbeef

    presidentbeef/brakeman

    7,248Ver en GitHub↗

    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
    Ver en GitHub↗7,248
  • pumasecurity/puma-scanAvatar de pumasecurity

    pumasecurity/puma-scan

    449Ver en GitHub↗

    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#
    Ver en GitHub↗449
  • pycqa/banditAvatar de PyCQA

    PyCQA/bandit

    8,092Ver en GitHub↗

    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
    Ver en GitHub↗8,092
  • python-security/pytAvatar de python-security

    python-security/pyt

    2,203Ver en GitHub↗

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

    Python
    Ver en GitHub↗2,203
  • pyupio/safetyAvatar de pyupio

    pyupio/safety

    1,988Ver en GitHub↗

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

    Python
    Ver en GitHub↗1,988
  • securego/gosecAvatar de securego

    securego/gosec

    8,866Ver en GitHub↗

    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
    Ver en GitHub↗8,866
  • selefra/selefraAvatar de selefra

    selefra/selefra

    545Ver en GitHub↗

    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
    Ver en GitHub↗545
  • sonarsource/sonarqubeAvatar de SonarSource

    SonarSource/sonarqube

    10,259Ver en GitHub↗

    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
    Ver en GitHub↗10,259
  • spotbugs/spotbugsAvatar de spotbugs

    spotbugs/spotbugs

    3,896Ver en GitHub↗

    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
    Ver en GitHub↗3,896
  • thesp0nge/dawnscannerAvatar de thesp0nge

    thesp0nge/dawnscanner

    749Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗749
  • wireghoul/grauditAvatar de wireghoul

    wireghoul/graudit

    1,681Ver en GitHub↗

    grep rough audit - source code auditing tool

    Shell
    Ver en GitHub↗1,681