awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Code property graph analysis

تم تحديث الترتيب في 28 يوليو 2026

For cpg data flow analysis, the strongest matches are secure-software-engineering/phasar (Phasar is a C++ static analysis framework built specifically), ajinabraham/nodejsscan (This project is a static application security testing tool) and github/codeql (CodeQL is a flagship code property graph analysis tool). bearer/bearer and presidentbeef/brakeman round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked open-source tools for code property graph and data flow analysis, ranked by stars and activity. Compare and find the right one.

Code property graph analysis

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • secure-software-engineering/phasarالصورة الرمزية لـ secure-software-engineering

    secure-software-engineering/phasar

    1,045عرض على GitHub↗

    Phasar is a static analysis framework designed for the inspection of software logic through the processing of compiler intermediate representations. It provides a modular pipeline for building program representations, including call graphs, control flow graphs, and type hierarchies, which serve as the foundation for deep structural analysis of software behavior. The framework specializes in interprocedural data flow analysis and pointer alias resolution, enabling the tracking of information movement across function boundaries and the identification of indirect memory access patterns. By lever

    Phasar is a C++ static analysis framework built specifically for interprocedural data flow analysis, pointer resolution, and program representation generation to support security auditing and vulnerability detection.

    C++Custom Data-Flow Analysis FrameworksData Flow AnalysisInterprocedural Data-Flow Solvers
    عرض على GitHub↗1,045
  • ajinabraham/nodejsscanالصورة الرمزية لـ ajinabraham

    ajinabraham/nodejsscan

    2,563عرض على 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

    This project is a static application security testing tool for Node.js source code, though it relies on pattern-based detection and AST parsing rather than full code property graph based data flow analysis.

    CSSStatic Analysis Security TestingStatic Analysis Security Testing
    عرض على GitHub↗2,563
  • github/codeqlالصورة الرمزية لـ github

    github/codeql

    9,252عرض على GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    CodeQL is a flagship code property graph analysis tool that treats source code as a database, providing a powerful declarative query language for advanced data flow analysis and static application security testing across multiple languages.

    CodeQLStatic Analysis Security Testing
    عرض على GitHub↗9,252
  • bearer/bearerالصورة الرمزية لـ Bearer

    Bearer/bearer

    2,566عرض على 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

    Bearer is a static application security testing tool that performs data flow tracing to identify vulnerabilities and privacy risks, though it uses a purpose-built scanning engine rather than an explicit, queryable code property graph.

    GoSensitive Data Flow AnalysisStatic Analysis Security TestingStatic Analysis Security Testing
    عرض على GitHub↗2,566
  • presidentbeef/brakemanالصورة الرمزية لـ presidentbeef

    presidentbeef/brakeman

    7,248عرض على 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

    Brakeman is a static analysis security scanner for Ruby on Rails that performs targeted vulnerability detection, making it a fitting domain tool even though it is specialized for a single language and lacks a general code property graph engine.

    RubyStatic Analysis Security TestingSecurity Scanners
    عرض على GitHub↗7,248
  • semgrep/semgrepالصورة الرمزية لـ semgrep

    semgrep/semgrep

    15,603عرض على GitHub↗

    Semgrep is a static analysis security testing tool designed to identify vulnerabilities and logic errors by matching source code against declarative patterns. It functions as an automated scanner that integrates into development workflows to detect insecure code patterns and enforce coding standards before deployment. The engine utilizes a language-agnostic intermediate representation and a modular parser architecture to normalize diverse programming languages into a unified format. This allows for consistent rule execution across different codebases, enabling users to perform custom structur

    Semgrep is a static analysis tool that supports pattern matching and taint analysis for vulnerability detection, though it relies on abstract syntax tree structural patterns rather than a full code property graph.

    OCamlIntermediate Representations
    عرض على GitHub↗15,603
  • facebook/inferالصورة الرمزية لـ facebook

    facebook/infer

    15,646عرض على GitHub↗

    Infer is a static analysis toolset for Java, C, C++, and Objective-C designed to detect memory leaks, null dereferences, and resource bugs. It functions as a multi-language bug finder that identifies race conditions, deadlocks, and memory safety issues by translating source code into a common intermediate representation for analysis. The project distinguishes itself through an inter-procedural data flow analyzer that tracks movement between sources and sinks to detect tainted flows and generate data flow graphs. It also includes a framework for verifying temporal properties and reachability u

    Infer is a static analysis toolset that translates source code into intermediate representations to perform inter-procedural data flow analysis and detect security and resource bugs, though it relies on its own analysis engine rather than a distinct code property graph query model.

    OCamlIntermediate Representations
    عرض على GitHub↗15,646
  • svf-tools/svfالصورة الرمزية لـ SVF-tools

    SVF-tools/SVF

    1,684عرض على GitHub↗

    SVF is an open-source static program analysis framework and points-to analysis library that tracks memory references, variable aliases, and data dependencies across whole programs. The platform translates compiled intermediate code formats into unified internal representations, constructing constraint graphs, call graphs, and control-flow graphs to model interprocedural execution behavior and memory state. The framework incorporates specialized engines for flow-sensitive, flow-insensitive, and context-sensitive pointer analysis alongside sparse value-flow graph generation. It features memory

    This LLVM-based static analysis framework focuses on value-flow and pointer analysis for C and C++, serving as a powerful building block for data flow auditing even though it lacks a dedicated vulnerability query language or multi-language support beyond C/C++/LLVM IR.

    C++Pointer Analysis ExecutorsSource Pointer TrackersStatic Code Analysis
    عرض على GitHub↗1,684

Related searches

  • Graph analysis framework
  • Static analysis tools
  • أداة تحليل ثابت للثغرات الأمنية
  • an open source framework for data pipelines
  • تتبع مصدر البيانات (data lineage)
  • Flow control patterns
  • قاعدة بيانات رسومية (Graph Database) للعلاقات المعقدة
  • Pixel analysis toolkit