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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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 ajinabraham

    ajinabraham/libsast

    136Vezi pe GitHub↗

    Generic SAST Library

    Python
    Vezi pe GitHub↗136
  • ajinabraham/nodejsscanAvatar ajinabraham

    ajinabraham/nodejsscan

    2,563Vezi pe 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
    Vezi pe GitHub↗2,563
  • bearer/bearerAvatar Bearer

    Bearer/bearer

    2,566Vezi pe 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
    Vezi pe GitHub↗2,566

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

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

    david-a-wheeler/flawfinder

    572Vezi pe GitHub↗

    This is "flawfinder" by David A. Wheeler.

    Python
    Vezi pe GitHub↗572
  • designsecurity/progpilotAvatar designsecurity

    designsecurity/progpilot

    362Vezi pe GitHub↗

    A static analysis tool for security

    PHP
    Vezi pe GitHub↗362
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • floedesigntechnologies/phpcs-security-auditF

    FloeDesignTechnologies/phpcs-security-audit

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • hawkeyesec/scanner-cliAvatar hawkeyesec

    hawkeyesec/scanner-cli

    362Vezi pe 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
    Vezi pe GitHub↗362
  • instrumenta/conftestAvatar instrumenta

    instrumenta/conftest

    3,212Vezi pe GitHub↗

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

    Go
    Vezi pe GitHub↗3,212
  • microsoft/devskimAvatar microsoft

    microsoft/DevSkim

    995Vezi pe GitHub↗

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

    C#lintersdlsecurity
    Vezi pe GitHub↗995
  • mobsf/mobsfscanAvatar MobSF

    MobSF/mobsfscan

    762Vezi pe 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
    Vezi pe GitHub↗762
  • phan/phanAvatar phan

    phan/phan

    5,617Vezi pe 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
    Vezi pe GitHub↗5,617
  • presidentbeef/brakemanAvatar presidentbeef

    presidentbeef/brakeman

    7,248Vezi pe 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
    Vezi pe GitHub↗7,248
  • pumasecurity/puma-scanAvatar pumasecurity

    pumasecurity/puma-scan

    449Vezi pe 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#
    Vezi pe GitHub↗449
  • pycqa/banditAvatar PyCQA

    PyCQA/bandit

    8,092Vezi pe 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
    Vezi pe GitHub↗8,092
  • python-security/pytAvatar python-security

    python-security/pyt

    2,203Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗2,203
  • pyupio/safetyAvatar pyupio

    pyupio/safety

    1,988Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗1,988
  • securego/gosecAvatar securego

    securego/gosec

    8,866Vezi pe 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
    Vezi pe GitHub↗8,866
  • selefra/selefraAvatar selefra

    selefra/selefra

    545Vezi pe 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
    Vezi pe GitHub↗545
  • sonarsource/sonarqubeAvatar SonarSource

    SonarSource/sonarqube

    10,259Vezi pe 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
    Vezi pe GitHub↗10,259
  • spotbugs/spotbugsAvatar spotbugs

    spotbugs/spotbugs

    3,896Vezi pe 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
    Vezi pe GitHub↗3,896
  • thesp0nge/dawnscannerAvatar thesp0nge

    thesp0nge/dawnscanner

    749Vezi pe GitHub↗

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

    Ruby
    Vezi pe GitHub↗749
  • wireghoul/grauditAvatar wireghoul

    wireghoul/graudit

    1,681Vezi pe GitHub↗

    grep rough audit - source code auditing tool

    Shell
    Vezi pe GitHub↗1,681