Filter By

Package Types

Operating System

Categories

Trust Information

By: | 13,672,377 downloads | Last Updated: 3/20/2026 | Latest Version: 1.25.0

PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.

By: | 70,433 downloads | Last Updated: 3/19/2019 | Latest Version: 0.1.1

Contains the PSScriptAnalyzer custom rule PSCustomUseLiteralPath to detect cases when -Path is used instead of -LiteralPath. See https://github.com/jborean93/PSSA-PSCustomUseLiteralPath for more info

By: | 13,199 downloads | Last Updated: 8/10/2020 | Latest Version: 1.6.1

A PowerShell Static Analysis Tool to help your scripts follow the rules.

By: | 7,721 downloads | Last Updated: 1/10/2022 | Latest Version: 0.7.5

PowerShell module to build, test and publish docker images.

By: | 964 downloads | Last Updated: 11/19/2019 | Latest Version: 0.4.8

PowerShell module to build, test and publish docker images.

By: | 192 downloads | Last Updated: 10/29/2024 | Latest Version: 1.0.0

Performance focused linter for PowerShell scripts and Modules

By: | 23 downloads | Last Updated: 3/13/2026 | Latest Version: 0.1.0

Pipeline-first PSScriptAnalyzer custom rules with helper commands for easy rule-path discovery and analyzer invocation.

By: | 0 downloads | Last Updated: 7/3/2026 | Latest Version: 0.1.0

Cyclomatic and cognitive complexity for PowerShell. Cognitive complexity is a faithful port of the SonarSource metric (nesting-aware -- the better signal for "hard to understand"), validated against reference scores. Measures per unit (function/filter + script body) via the PowerShell AST; ships a Test-PSComplexity gate for CI.