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

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

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

7 रिपॉजिटरी

Awesome GitHub RepositoriesSource Code Analysis

Tools for inspecting, analyzing, and extracting data from web source code.

Explore 7 awesome GitHub repositories matching part of an awesome list · Source Code Analysis. Refine with filters or upvote what's useful.

Awesome Source Code Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hkuds/cli-anythingHKUDS का अवतार

    HKUDS/CLI-Anything

    43,213GitHub पर देखें↗

    CLI-Anything is a framework for converting software interfaces into standardized command-line tools that autonomous AI agents can discover and execute. It functions as a software interface generator that analyzes source code to transform application features into structured command groups and executable packages. The project provides a centralized registry and manager for discovering, installing, and updating command-line toolkits. It employs a specific metadata standard using markdown and YAML to provide agents with the usage examples and documentation necessary to call commands. The system

    Analyzes source code to automatically generate structured command-line interface definitions.

    Python
    GitHub पर देखें↗43,213
  • 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

    Inspects the abstract syntax tree to identify risky function calls and security flaws.

    Go
    GitHub पर देखें↗8,866
  • dequelabs/axe-coredequelabs का अवतार

    dequelabs/axe-core

    6,900GitHub पर देखें↗

    axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile interfaces for violations of industry accessibility standards. It functions as a programmatic scanner and linter that analyzes HTML and source code to identify barriers and verify compliance with accessibility guidelines. The project distinguishes itself by combining a DOM-based rule engine with computer vision and machine learning to detect complex violations that evade traditional analysis, such as visual heading discrepancies and informative images. It provides specialized capabilit

    Performs static analysis on source code to identify accessibility barriers before the code is compiled.

    JavaScripta11yaccessibilityaxe
    GitHub पर देखें↗6,900
  • javaparser/javaparserjavaparser का अवतार

    javaparser/javaparser

    6,053GitHub पर देखें↗

    JavaParser is a library that parses Java source code up to version 12 into an Abstract Syntax Tree (AST), enabling programmatic analysis, transformation, and generation of Java code. It serves as a parser, code analyzer, code generator, comment parser, and symbol resolver, providing a unified toolkit for working with Java source at the AST level. The library distinguishes itself through several integrated capabilities that go beyond basic parsing. It includes a symbol resolution engine that resolves type and symbol references across files for accurate semantic analysis, and an error-recovery

    Traverses parsed Java source code to find patterns of interest, such as specific field declarations or class structures.

    Javaabstract-syntax-treeastcode-analysis
    GitHub पर देखें↗6,053
  • gerbenjavado/linkfinderGerbenJavado का अवतार

    GerbenJavado/LinkFinder

    4,390GitHub पर देखें↗

    LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It extracts absolute and relative URLs and parameters from JavaScript files to map the attack surface of web applications and identify hidden API routes. The tool operates through static code analysis and regular expression pattern matching to find endpoints without executing the source code. It includes a data processor for importing exported files from Burp Suite, enabling the batch analysis of multiple JavaScript assets in a single execution. The system provides capabilities for do

    Discovering endpoints and parameters in JavaScript files.

    Python
    GitHub पर देखें↗4,390
  • m4ll0k/secretfinderm4ll0k का अवतार

    m4ll0k/SecretFinder

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

    SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files

    Extracting sensitive data and tokens from JavaScript files.

    Python
    GitHub पर देखें↗2,469
  • lazza/carbon14Lazza का अवतार

    Lazza/Carbon14

    124GitHub पर देखें↗

    OSINT dating tool for web pages

    Determining content publication dates via HTTP headers.

    Python
    GitHub पर देखें↗124
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Source Code Analysis

सब-टैग एक्सप्लोर करें

  • Accessibility LintingStatic analysis of source files to detect accessibility-related patterns and missing attributes. **Distinct from Source Code Analysis:** Focuses on accessibility compliance rather than general source code extraction or structural analysis.
  • Interface Harness GenerationAutomatic derivation of CLI definitions through the analysis of software source code. **Distinct from Source Code Analysis:** Focuses on generating CLI harnesses from source rather than general static analysis
  • Java Source Code AnalyzersTools that process all source files in a Java project at once for cross-file analysis and bulk operations. **Distinct from Source Code Analysis:** Distinct from Source Code Analysis: focuses on Java-specific cross-file analysis, not general web source code inspection.