Ross ROSS = Recommend OSS · open-source software intelligence for agents

python-security/pyt

A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications observed · 2026-08-28

github.com/python-security/pyt · Python · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3598
  • days_rel: n/a
  • days_push: 2077
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2201 stars · 246 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PyT (Python Taint) is a static analysis tool that detects security vulnerabilities like injection flaws in Python web applications using taint analysis, control flow graphs, and fixed-point dataflow analysis. It is no longer maintained; the README recommends Facebook's Pyre/Pysa instead.

Use cases

  • find sql injection vulnerabilities in python flask app
  • static taint analysis for python web application
  • detect xss vulnerabilities in python code
  • scan python codebase for security vulnerabilities without running it
  • learn how taint analysis and control flow graphs work

When to choose

  • you need a dependency-free static taint analysis tool for a Python 3.6-era Flask codebase
  • you want to study the internals of a taint-analysis SAST implementation

When to avoid

  • you need an actively maintained tool - use Pysa/Pyre or Bandit instead
  • your codebase uses modern Python versions beyond 3.6
  • you need low false positives in production CI

Facets

cli-tool · maturity abandoned

security vulnerability-scanning parser static-site-generator security web-development developer-tools python cli windows taint-analysis static-analysis control-flow-graph dataflow-analysis flask sast python linux macos

1 source

Member repositories

RepositoryRoleHealth v2
python-security/pytmain23

For agents

markdown · JSON · MCP: product_card(name="python-security/pyt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem