Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature Request: Code sign powershell module files

Open
#121 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
github-actions, powershell
Domain
release, security

Research direction

Start by inspecting the release pipeline and the Sentry PowerShell module files with .ps1, .psm1, and .psd1 extensions. Determine how a Sentry-owned code-signing certificate would be provided securely to CI, then verify that released files carry valid signatures and work under WDAC or AllSigned policies.

Written by the indexing model from the issue text.

Description

Improvement PowerShell

Feature Request: Code Signing for WDAC Compatibility

Description

This request proposes the implementation of digital code signing for the Sentry PowerShell module files (.ps1, .psm1, .psd1).

Currently, in environments utilizing Windows Defender Application Control (WDAC) or strict PowerShell Execution Policies (such as AllSigned), the module is blocked from execution because the scripts are unsigned.

Motivation

In high-security enterprise environments, WDAC is used to restrict script execution to only trusted sources. By signing the PowerShell module, Sentry enables:

  • Seamless Integration: Administrators can create "Publisher" rules to allow Sentry tools to run without manual overrides.
  • Maintained Security Posture: Organizations do not have to lower their execution policy to Unrestricted or Bypass to use the SDK.
  • Reduced Maintenance: Unlike "Hash" rules, which break every time the module is updated, "Publisher" rules remain valid across version updates.

Proposed Changes

  • Integrate a code-signing step into the CI/CD release pipeline (e.g., via GitHub Actions).
  • Apply a digital signature to all PowerShell script and manifest files using a Sentry-owned code-signing certificate.

Impact

This change will allow Sentry's PowerShell SDK to be deployed in regulated and locked-down Windows environments, broadening the reachable audience for Sentry's monitoring tools in the enterprise space.


Note: If this requires a specific certificate held by the Sentry team, this PR serves as a request for the maintainers to update the build workflow.

Dominant language
PowerShell
Stars
16
Forks
5
Avg merge
11h 24m
Merged PRs (30d)
5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getsentry/sentry-powershell

All issues in getsentry/sentry-powershell

Similar issues

More Release issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.