Skip to content

Add PolinRider malware guard workflow#3

Merged
khushalVekariya merged 1 commit into
mantishubfrom
ci/add-polinrider-malware-guard
Jun 8, 2026
Merged

Add PolinRider malware guard workflow#3
khushalVekariya merged 1 commit into
mantishubfrom
ci/add-polinrider-malware-guard

Conversation

@khushalVekariya

Copy link
Copy Markdown

Task

  • Adds .github/workflows/polinrider-guard.yml — a CI workflow that runs on every push and pull request
  • Scans tracked files for known PolinRider malware indicators (file paths, string markers, asset payloads)
  • Checks font, image, and SVG assets for embedded JS/shell payloads
  • Detects suspicious Git propagation behaviour in .sh, .bat, .cmd, and .ps1 scripts
  • Fails the build immediately on any match, blocking the merge

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to detect known PolinRider malware indicators in tracked files and common asset/script types, failing CI to block merges when indicators are found.

Changes:

  • Introduces .github/workflows/polinrider-guard.yml to run on push, pull_request, and manual dispatch.
  • Implements bash-based scanning for known PolinRider-related file paths, string markers, and suspicious payload indicators inside fonts/images/SVGs and shell/Windows scripts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/polinrider-guard.yml
@khushalVekariya khushalVekariya requested a review from arundevai June 5, 2026 10:09
@khushalVekariya khushalVekariya merged commit bfbcce8 into mantishub Jun 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants