{"id":2889613,"name":"python-taint","ecosystem":"pypi","description":"Find security vulnerabilities in Python web applications using static analysis.","homepage":"https://github.com/python-security/pyt","licenses":"GPLv2","normalized_licenses":["GPL-2.0"],"repository_url":"https://github.com/python-security/pyt","keywords_array":["security","vulnerability","web","flask","django","static-analysis","program-analysis"],"namespace":null,"versions_count":7,"first_release_published_at":"2018-04-24T23:08:48.000Z","latest_release_published_at":"2018-11-01T16:02:04.000Z","latest_release_number":"0.42","last_synced_at":"2026-04-15T21:02:57.097Z","created_at":"2022-04-10T12:21:53.252Z","updated_at":"2026-04-15T21:02:57.097Z","registry_url":"https://pypi.org/project/python-taint/","install_command":"pip install python-taint --index-url https://pypi.org/simple","documentation_url":"https://python-taint.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Developers","Intended Audience :: Science/Research","License :: OSI Approved :: GNU General Public License v2 (GPLv2)","Programming Language :: Python :: 3.6","Topic :: Scientific/Engineering","Topic :: Security","Topic :: Software Development","Topic :: Utilities"],"normalized_name":"python-taint","project_status":null},"repo_metadata":{"id":48540563,"uuid":"72017740","full_name":"python-security/pyt","owner":"python-security","description":"A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications","archived":false,"fork":false,"pushed_at":"2020-12-25T03:47:37.000Z","size":3356,"stargazers_count":2196,"open_issues_count":27,"forks_count":250,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-09-29T19:05:56.934Z","etag":null,"topics":["abstract-syntax","abstract-syntax-tree","control-flow-graph","dataflow","dataflow-analysis","fixed-point","fixed-point-analysis","flask","program-analysis","pyt","python","python3","security","static-analysis","static-code-analysis","taint","taint-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-security.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-26T15:34:48.000Z","updated_at":"2025-09-20T03:45:06.000Z","dependencies_parsed_at":"2022-08-19T21:51:20.453Z","dependency_job_id":null,"html_url":"https://github.com/python-security/pyt","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/python-security/pyt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-security","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/sbom","scorecard":{"id":752269,"data":{"date":"2025-08-11","repo":{"name":"github.com/python-security/pyt","commit":"f4ec9e127497a7ba7d08d68e8fca8b2f06756679"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":4,"reason":"Found 7/17 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 0.42 not signed: https://api.github.com/repos/python-security/pyt/releases/13780296","Warn: release artifact 0.42 does not have provenance: https://api.github.com/repos/python-security/pyt/releases/13780296"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:41:18.380Z","repository_id":48540563,"created_at":"2025-08-22T20:41:18.380Z","updated_at":"2025-08-22T20:41:18.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277572846,"owners_count":25841306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[{"name":"0.42","sha":"974e84266d7a282383b06da8cc73233fdeb287b0","kind":"commit","published_at":"2018-11-01T16:01:20.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.42","html_url":"https://github.com/python-security/pyt/releases/tag/0.42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.42/manifests"},{"name":"0.40","sha":"5d7a94b417b97b7fd56b9b15cc5e12d685dd4d84","kind":"commit","published_at":"2018-09-12T01:23:33.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.40","html_url":"https://github.com/python-security/pyt/releases/tag/0.40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.40/manifests"},{"name":"0.39","sha":"3fc8046ffffe802f8498080f6a59a2087b8abed1","kind":"commit","published_at":"2018-08-22T02:03:55.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.39","html_url":"https://github.com/python-security/pyt/releases/tag/0.39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.39/manifests"},{"name":"0.38","sha":"a58c7482c6f6818c79e5a911a03cc774bce54daa","kind":"commit","published_at":"2018-08-03T01:43:27.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.38","html_url":"https://github.com/python-security/pyt/releases/tag/0.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.38/manifests"},{"name":"0.37","sha":"bc3200ccb45b5af4f79005c75677eb8ae23bf532","kind":"tag","published_at":"2018-07-31T02:29:29.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.37","html_url":"https://github.com/python-security/pyt/releases/tag/0.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.37/manifests"},{"name":"0.34","sha":"c5235fd402d3ad483ded8208ae487e29eb2b53ca","kind":"tag","published_at":"2018-04-24T23:07:50.000Z","download_url":"https://codeload.github.com/python-security/pyt/tar.gz/0.34","html_url":"https://github.com/python-security/pyt/releases/tag/0.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/python-security/pyt@0.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/tags/0.34/manifests"}]},"repo_metadata_updated_at":"2025-12-06T12:27:28.966Z","dependent_packages_count":0,"downloads":1728,"downloads_period":"last-month","dependent_repos_count":32,"rankings":{"downloads":4.334318145885598,"dependent_repos_count":2.576862914703456,"dependent_packages_count":10.107632597300897,"stargazers_count":1.5029344366281694,"forks_count":3.2531649428747818,"docker_downloads_count":3.421927922916611,"average":4.199473493384919},"purl":"pkg:pypi/python-taint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/python-taint","docker_dependents_count":1,"docker_downloads_count":33,"usage_url":"https://repos.ecosyste.ms/usage/pypi/python-taint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/python-taint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T01:34:12.059Z","issues_count":52,"pull_requests_count":52,"avg_time_to_close_issue":10270859.448275862,"avg_time_to_close_pull_request":1048232.02,"issues_closed_count":29,"pull_requests_closed_count":50,"pull_request_authors_count":13,"issue_authors_count":29,"avg_comments_per_issue":2.3846153846153846,"avg_comments_per_pull_request":1.3653846153846154,"merged_pull_requests_count":47,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-security%2Fpyt/issues","maintainers":[{"login":"bcaller","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bcaller"},{"login":"KevinHock","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KevinHock"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-taint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-taint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-taint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-taint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-taint/codemeta","maintainers":[{"uuid":"bcaller","login":"bcaller","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/bcaller/","role":null,"created_at":"2023-02-22T19:24:37.814Z","updated_at":"2023-02-22T19:24:37.814Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/bcaller/packages"},{"uuid":"KevinHock","login":"KevinHock","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/KevinHock/","role":null,"created_at":"2023-02-22T19:24:37.821Z","updated_at":"2023-02-22T19:24:37.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/KevinHock/packages"},{"uuid":"MacBox","login":"MacBox","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/MacBox/","role":null,"created_at":"2023-02-22T19:24:37.832Z","updated_at":"2023-02-22T19:24:37.832Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/MacBox/packages"}]}