Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 585 Bytes

File metadata and controls

23 lines (15 loc) · 585 Bytes

Contributing Guidelines

Thank you for your interest in contributing!

General Rules

  • Do not upload or distribute binaries, payloads, or unsafe executables.
  • Contributions must be security research–oriented and safe for public sharing.
  • Follow CODE_OF_CONDUCT.md.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a feature branch.
  3. Commit descriptive messages.
  4. Submit a pull request with detailed description.

Development Lint Checks

Before committing, run:

pwsh -Command "Invoke-ScriptAnalyzer -Path tools/*.ps1"