[PR #851] Add cws-gate to Static Analysis > Linting #15410

Open
opened 2026-07-18 17:33:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/851
Author: @mordiaky
Created: 7/17/2026
Status: 🔄 Open

Base: mainHead: add-cws-gate


📝 Commits (1)

  • 084e094 Add cws-gate to Static Analysis > Linting

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds cws-gate, a free GitHub Action + CLI that scans a local unpacked Chrome extension for common Manifest V3 / Web Store pre-submission issues (manifest validity, leftover MV2 keys, CSP violations, remote-script/importScripts detection, overly broad permissions, locale consistency). Zero network access, zero runtime dependencies — nothing about the scanned extension ever leaves the runner. Placed next to the existing Play Store metadata validator as the closest precedent for a store-submission linter. New project, currently in a beta feedback cycle.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/851 **Author:** [@mordiaky](https://github.com/mordiaky) **Created:** 7/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-cws-gate` --- ### 📝 Commits (1) - [`084e094`](https://github.com/sdras/awesome-actions/commit/084e094b3856c041137298f2204b2cc3bf1820e4) Add cws-gate to Static Analysis > Linting ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [cws-gate](https://github.com/mordiaky/cws-gate), a free GitHub Action + CLI that scans a local unpacked Chrome extension for common Manifest V3 / Web Store pre-submission issues (manifest validity, leftover MV2 keys, CSP violations, remote-script/importScripts detection, overly broad permissions, locale consistency). Zero network access, zero runtime dependencies — nothing about the scanned extension ever leaves the runner. Placed next to the existing Play Store metadata validator as the closest precedent for a store-submission linter. New project, currently in a beta feedback cycle. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-18 17:33:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#15410