$npx skillfedfor your agent

Quality Assurance packages

436 packages · page 9 of 11

Packages

plugin-scanner Worth it
PyPI · Quality Assurance · released Jul 2026

Lints, verifies, and gates plugins, skills, MCP servers, and packages in CI workflows to detect security risks before release.

Install it if you maintain plugins, skills, or MCP servers and want automated security gating before release.

Apache-2.0pure Python · 3.10+
165.4Kdownloads / mo
uv-secure Skip
PyPI · Quality Assurance · released Apr 2026

Scans uv.lock, pylock.toml, and requirements.txt files for known vulnerabilities in PyPI dependencies by querying the PyPI API.

MITpure Python · 3.10+abandoned
164.3Kdownloads / mo
njsscan With conditions
PyPI · Quality Assurance · released Aug 2026

njsscan is a static application security testing (SAST) tool that finds insecure code patterns in Node.js applications using pattern matching and semantic code analysis.

LGPL-3.0-or-laterpure Python · 3.10+
163.0Kdownloads / mo
sqlvalidator With conditions
PyPI · Quality Assurance · released Dec 2022

Formats, validates, and checks SQL SELECT statements for syntactic and semantic correctness, with command-line and Python API interfaces.

permissive licensepure Pythondormant
162.1Kdownloads / mo
slotscheck Worth it
PyPI · Quality Assurance · released Jul 2026

Validates that `__slots__` are correctly implemented across class hierarchies, detecting overlapping slots, inheritance errors, and duplicate slot definitions by running and inspecting your code.

MITpure Python · 3.10+
160.5Kdownloads / mo
clangd-tidy With conditions
PyPI · Quality Assurance · released Feb 2026

clangd-tidy wraps clangd to provide faster static analysis of C++ code as a drop-in replacement for clang-tidy, leveraging clangd's speed while maintaining compatibility with existing build systems and CI scripts.

MITpure Python · 3.8+
158.5Kdownloads / mo
qase-python-commons With conditions
PyPI · Quality Assurance · released Jun 2026

Provides core configuration and SDK infrastructure for building test reporters that integrate with Qase TestOps, supporting single-project, multi-project, and local reporting modes.

Apache-2.0pure Python · 3.9+
157.1Kdownloads / mo
pylint-exit With conditions
PyPI · Quality Assurance · released Jul 2020

Translates pylint's bit-encoded exit codes into scripting-friendly return codes (0 or 1) for use in shell scripts and CI pipelines.

However, it is abandoned (last release 2020-07-15) and will not receive updates; verify it works with your pylint version before relying on it in production automation.

MITpure Pythonabandoned
156.5Kdownloads / mo
bandit-sarif-formatter Skip
PyPI · Quality Assurance · released Oct 2019

Converts Bandit security analysis output into SARIF 2.1.0 format for integration with tools and workflows that consume standardized security reports.

MITpure Python · 2.7+abandoned
156.0Kdownloads / mo
django-zen-queries With conditions
PyPI · Quality Assurance · released Jul 2021

Prevents unintended database queries in Django views and serializers by enforcing explicit query execution zones through context managers and decorators.

permissive licensepure Python · 3.6+
155.8Kdownloads / mo
beautysh Worth it
PyPI · Quality Assurance · released Mar 2026

Beautysh automatically formats and beautifies Bash shell scripts with configurable indentation, function styles, and variable formatting, handling complex Bash syntax including here-docs and special cases.

MITpure Python · 3.9+
152.4Kdownloads / mo
strict-kwargs With conditions
PyPI · Quality Assurance · released Jul 2026

A standalone CLI linter that enforces keyword arguments in Python function calls, with automatic rewriting support for positional arguments.

MITcompiled wheel · 3.11+
152.3Kdownloads / mo
codeflash-benchmark With conditions
PyPI · Quality Assurance · released Feb 2026

A pytest plugin that adds benchmarking capabilities for CodeFlash's automatic code performance optimization pipeline.

However, verify the license terms first, and confirm that the plugin's benchmarking output meets your performance measurement needs before committing to it in…

license unclearpure Python · 3.9+
151.2Kdownloads / mo
scan-build Worth it
PyPI · Quality Assurance · released Aug 2026

Runs the Clang static analyzer on C/C++ projects using a compilation database and generates HTML or plist reports of potential bugs without modifying the build.

Install it if you need to run Clang static analysis on C/C++ projects with a compilation database.

MITpure Python · 3.10+
151.1Kdownloads / mo
mypy-strict-kwargs With conditions
PyPI · Quality Assurance · released Jul 2026

A mypy plugin that enforces keyword-argument-only calls to functions, rejecting positional and mixed argument styles during type checking.

MITpure Python · 3.11+
150.7Kdownloads / mo
typing-validation With conditions
PyPI · Quality Assurance · released Jul 2026

Runtime validation of Python objects against type hints, with three speed tiers: one-off checks, cached validators, and compiled validators optimized to near hand-written performance.

LGPL-3.0-or-laterpure Python · 3.14+
150.3Kdownloads / mo
slipcover Worth it
PyPI · Quality Assurance · released Aug 2026

SlipCover is a fast code coverage tool that tracks which parts of a Python program execute and which don't, using just-in-time bytecode instrumentation or the sys.monitoring API to minimize runtime overhead.

Install it if coverage speed matters to your workflow; skip it only if you have no coverage requirement or are already satisfied with your current tool's performance.

Apache-2.0pure Python
149.9Kdownloads / mo
py-import-cycles With conditions
PyPI · Quality Assurance · released Apr 2026

Detects import cycles in Python projects by walking packages, collecting modules, extracting imports via ast, and computing cycles to identify structural weak points.

MITpure Python · 3.12+
149.9Kdownloads / mo
allure-robotframework Worth it
PyPI · Quality Assurance · released Apr 2026

Integrates Robot Framework test execution with Allure Report, capturing test results and generating detailed HTML reports with steps, attachments, and test history.

Install it if you use Robot Framework and want rich, interactive test reporting; skip it only if you have no need for Allure's reporting features.

Apache-2.0pure Python
148.6Kdownloads / mo
reorder-python-imports Worth it
PyPI · Quality Assurance · released Jul 2026

Automatically reorders Python imports into a standardized format (stdlib, third-party, first-party) using static analysis, with one import per line to reduce merge conflicts.

permissive licensepure Python · 3.10+
147.7Kdownloads / mo
aiocop Worth it
PyPI · Quality Assurance · released Jul 2026

Detects and logs blocking I/O and CPU calls in asyncio code using Python's sys.audit hooks, helping you identify where your event loop is being frozen.

MITpure Python · 3.10+
145.0Kdownloads / mo
flux-local Skip
PyPI · Quality Assurance · released Jul 2026

flux-local provides CLI tools and a Python library to validate Flux GitOps repositories locally by building and diffing Kubernetes manifests without requiring a live cluster.

Install only if you are maintaining existing flux-local code and cannot migrate immediately.

Apache-2.0pure Python · 3.13+
143.2Kdownloads / mo
allure-pytest-default-results With conditions
PyPI · Quality Assurance · released Apr 2026

Generates default "unknown" status results for test cases that don't run, so they appear in Allure Report instead of being omitted entirely.

However, verify the current license status before use, and confirm that the "unknown" status integration with allure-pytest has been implemented (the package notes it…

license unclearpure Python · 3.8+
143.1Kdownloads / mo
strongtyping With conditions
PyPI · Quality Assurance · released Jul 2026

A runtime type-checking decorator that validates function arguments against their type annotations and raises TypeMismatch on mismatch, with dedicated async support and mypyc compilation for performance.

MITcompiled wheel · 3.14+
142.3Kdownloads / mo
gersemi Worth it
PyPI · Quality Assurance · released Jul 2026

gersemi is a command-line formatter for CMake code that automatically reformats CMakeLists.txt and .cmake files to a consistent style, with support for custom command definitions and configurable formatting rules.

Install it if you maintain CMake code and want automated, configurable formatting.

copyleftcompiled wheel · 3.8+
141.3Kdownloads / mo
flake8-tuple With conditions
PyPI · Quality Assurance · released Dec 2019

A flake8 plugin that detects unintended one-element tuples in Python code, flagging them with warning T801.

However, be aware that it is abandoned and may not work with very recent Python or flake8 versions—test it in your environment first.

BSD-3-Clausepure Pythonabandoned
140.5Kdownloads / mo
mobsfscan Worth it
PyPI · Quality Assurance · released Aug 2026

mobsfscan is a static analysis tool that detects insecure code patterns in Android and iOS source code, supporting Java, Kotlin, Swift, Objective-C, and Android XML files.

Install it if you develop mobile apps and want automated pattern-based vulnerability detection integrated into your workflow.

LGPL-3.0-or-laterpure Python · 3.10+
140.0Kdownloads / mo
jupyter-black With conditions
PyPI · Quality Assurance · released Aug 2024

A Jupyter Notebook and JupyterLab extension that automatically formats Python code cells using Black after they are run.

However, note that the project is dormant (last release 2024-08-30); if you need active maintenance or encounter compatibility issues with newer versions, you may…

permissive licensepure Pythondormant
137.4Kdownloads / mo
kubernetes-validate Worth it
PyPI · Quality Assurance · released May 2026

Validates Kubernetes resource definitions against official Kubernetes JSON schemas, reporting schema mismatches and type errors.

permissive licensepure Python · 3.7+
136.5Kdownloads / mo
qase-pytest Worth it
PyPI · Quality Assurance · released Jun 2026

A pytest plugin that reports test results to Qase TestOps, linking automated tests to test cases and capturing metadata, attachments, and step-level details.

Install it if you use pytest and need to report results to Qase TestOps or want centralized test observability.

Apache-2.0pure Python · 3.9+
135.2Kdownloads / mo
django-zeal Worth it
PyPI · Quality Assurance · released Jul 2026

Detects N+1 query problems in Django applications by monitoring database queries during web requests, Celery tasks, and tests, with configurable thresholds and allowlisting.

license unclearpure Python · 3.9+
133.8Kdownloads / mo
yesqa Worth it
PyPI · Quality Assurance · released Jun 2023

yesqa automatically removes unnecessary `# noqa` comments from Python code, detecting and cleaning up suppressions that no longer apply due to configuration changes, code modifications, or mistakes.

MITpure Python · 3.8+
132.4Kdownloads / mo
flake8-blind-except With conditions
PyPI · Quality Assurance · released Mar 2022

A flake8 plugin that detects overly broad exception handlers—bare except: statements and catch-all except Exception: blocks—flagging them as B901 and B902 respectively.

However, do not install if you require active maintenance or compatibility with very recent Python versions—test thoroughly first, since the package is abandoned and…

permissive licensebuilds from sourceabandoned
132.1Kdownloads / mo
types-geopandas With conditions
PyPI · Quality Assurance · released Aug 2026

Provides type annotations for the geopandas library, enabling static type checkers like mypy and pyright to validate code that uses geopandas.

Apache-2.0pure Python · 3.10+
131.0Kdownloads / mo
flawfinder With conditions
PyPI · Quality Assurance · released May 2026

Flawfinder scans C/C++ source code to identify potential security flaws and ranks them by likely severity.

GPL-2.0-or-laterpure Python · 2.7+
130.6Kdownloads / mo
tower With conditions
PyPI · Quality Assurance · released Jul 2026

Tower is a CLI and Python runtime for deploying Python data apps, pipelines, and AI agents to production with built-in orchestration, analytical storage, and multi-tenant APIs.

MITcompiled wheel · 3.12+
128.8Kdownloads / mo
pytest-jira With conditions
PyPI · Quality Assurance · released Jul 2026

A pytest plugin that links test cases to JIRA tickets, allowing tests to be skipped or marked as expected failures based on ticket status without creating or closing tickets.

However, the GPL-2.0-only copyleft license means proprietary projects must either dual-license or avoid it.

copyleftpure Python · 3.9+
127.6Kdownloads / mo
flake8-mock-spec With conditions
PyPI · Quality Assurance · released Jan 2023

A flake8 plugin that enforces the use of the spec or spec_set argument when creating mock objects, helping catch bugs from incorrectly specified mocks.

However, be aware that it is abandoned and will not receive updates or bug fixes—if you encounter issues with newer versions of flake8 or Python, you will need to…

Apache-2.0pure Pythonabandoned
127.5Kdownloads / mo
mailosaur Worth it
PyPI · Quality Assurance · released May 2026

Mailosaur is a Python client library for automating email and SMS testing, letting you retrieve and inspect messages sent to test inboxes as part of CI/CD workflows.

Install it if you need to automate email or SMS verification in your test suite.

MITpure Python
127.0Kdownloads / mo
jupyterlab-code-formatter Worth it
PyPI · Quality Assurance · released Aug 2026

A JupyterLab plugin that integrates code formatters directly into the notebook interface, allowing you to format code cells with a single action.

Install it if you regularly work in JupyterLab and want in-notebook formatting without context-switching—just remember to restart JupyterLab after setup and install…

BSD-3-Clausepure Python · 3.10+
126.2Kdownloads / mo