awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to instrumenta/conftest

Open-source alternatives to Conftest

23 open-source projects similar to instrumenta/conftest, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Conftest alternative.

  • ajinabraham/libsastajinabraham का अवतार

    ajinabraham/libsast

    136GitHub पर देखें↗

    Generic SAST Library

    Python
    GitHub पर देखें↗136
  • ajinabraham/nodejsscanajinabraham का अवतार

    ajinabraham/nodejsscan

    2,563GitHub पर देखें↗

    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
    GitHub पर देखें↗2,563
  • bearer/bearerBearer का अवतार

    Bearer/bearer

    2,566GitHub पर देखें↗

    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
    GitHub पर देखें↗2,566

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • david-a-wheeler/flawfinderdavid-a-wheeler का अवतार

    david-a-wheeler/flawfinder

    572GitHub पर देखें↗

    This is "flawfinder" by David A. Wheeler.

    Python
    GitHub पर देखें↗572
  • designsecurity/progpilotdesignsecurity का अवतार

    designsecurity/progpilot

    362GitHub पर देखें↗

    A static analysis tool for security

    PHP
    GitHub पर देखें↗362
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • floedesigntechnologies/phpcs-security-auditF

    FloeDesignTechnologies/phpcs-security-audit

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • hawkeyesec/scanner-clihawkeyesec का अवतार

    hawkeyesec/scanner-cli

    362GitHub पर देखें↗

    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
    GitHub पर देखें↗362
  • microsoft/devskimmicrosoft का अवतार

    microsoft/DevSkim

    995GitHub पर देखें↗

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

    C#lintersdlsecurity
    GitHub पर देखें↗995
  • mobsf/mobsfscanMobSF का अवतार

    MobSF/mobsfscan

    762GitHub पर देखें↗

    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
    GitHub पर देखें↗762
  • phan/phanphan का अवतार

    phan/phan

    5,617GitHub पर देखें↗

    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
    GitHub पर देखें↗5,617
  • presidentbeef/brakemanpresidentbeef का अवतार

    presidentbeef/brakeman

    7,248GitHub पर देखें↗

    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
    GitHub पर देखें↗7,248
  • pumasecurity/puma-scanpumasecurity का अवतार

    pumasecurity/puma-scan

    449GitHub पर देखें↗

    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#
    GitHub पर देखें↗449
  • pycqa/banditPyCQA का अवतार

    PyCQA/bandit

    8,092GitHub पर देखें↗

    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
    GitHub पर देखें↗8,092
  • python-security/pytpython-security का अवतार

    python-security/pyt

    2,203GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗2,203
  • pyupio/safetypyupio का अवतार

    pyupio/safety

    1,988GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗1,988
  • securego/gosecsecurego का अवतार

    securego/gosec

    8,866GitHub पर देखें↗

    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
    GitHub पर देखें↗8,866
  • security-code-scan/security-code-scansecurity-code-scan का अवतार

    security-code-scan/security-code-scan

    975GitHub पर देखें↗

    Vulnerability Patterns Detector for C# and VB.NET

    C#analysisanalyzercode
    GitHub पर देखें↗975
  • selefra/selefraselefra का अवतार

    selefra/selefra

    545GitHub पर देखें↗

    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
    GitHub पर देखें↗545
  • sonarsource/sonarqubeSonarSource का अवतार

    SonarSource/sonarqube

    10,259GitHub पर देखें↗

    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
    GitHub पर देखें↗10,259
  • spotbugs/spotbugsspotbugs का अवतार

    spotbugs/spotbugs

    3,896GitHub पर देखें↗

    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
    GitHub पर देखें↗3,896
  • thesp0nge/dawnscannerthesp0nge का अवतार

    thesp0nge/dawnscanner

    749GitHub पर देखें↗

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

    Ruby
    GitHub पर देखें↗749
  • wireghoul/grauditwireghoul का अवतार

    wireghoul/graudit

    1,681GitHub पर देखें↗

    grep rough audit - source code auditing tool

    Shell
    GitHub पर देखें↗1,681