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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
designsecurity avatar

designsecurity/progpilot

0
View on GitHub↗

Progpilot

A static analysis tool for security

Features

  • Static Analysis Tools - Static analysis tool for PHP security.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
  • Static Analysis - Conducts static analysis specifically for PHP source code.
  • Static Analyzers - Performs static security analysis on PHP source code.
  • Static Code Analysis - Analyzes source code specifically to detect security-related issues.
  • Testing Tools - Static analysis tool for detecting vulnerabilities in source code.
  • 362 Stars·65 Forks·PHP·MIT·2 Aufrufe

    Star-Verlauf

    Star-Verlauf für designsecurity/progpilotStar-Verlauf für designsecurity/progpilot

    Open-Source-Alternativen zu Progpilot

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Progpilot.
    • phan/phanAvatar von phan

      phan/phan

      5,617Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,617
    • nccgroup/sobelowAvatar von nccgroup

      nccgroup/sobelow

      1,785Auf GitHub ansehen↗

      Security-focused static analysis for the Phoenix Framework

      Elixir
      Auf GitHub ansehen↗1,785
    • floedesigntechnologies/phpcs-security-auditF

      FloeDesignTechnologies/phpcs-security-audit

      0Auf GitHub ansehen↗
      Auf GitHub ansehen↗0
    • presidentbeef/brakemanAvatar von presidentbeef

      presidentbeef/brakeman

      7,248Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗7,248
    Alle 30 Alternativen zu Progpilot anzeigen→

    Häufig gestellte Fragen

    Was macht designsecurity/progpilot?

    A static analysis tool for security

    Was sind die Hauptfunktionen von designsecurity/progpilot?

    Die Hauptfunktionen von designsecurity/progpilot sind: Static Analysis Tools, Static Analysis, Static Analyzers, Static Code Analysis, Testing Tools.

    Welche Open-Source-Alternativen gibt es zu designsecurity/progpilot?

    Open-Source-Alternativen zu designsecurity/progpilot sind unter anderem: psecio/parse — Parse: A Static Security Scanner. phan/phan — Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing… floedesigntechnologies/phpcs-security-audit. presidentbeef/brakeman — Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It… nccgroup/sobelow — Security-focused static analysis for the Phoenix Framework. securego/gosec — gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws.…