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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/851
Author: @mordiaky
Created: 7/17/2026
Status: 🔄 Open
Base:
main← Head:add-cws-gate📝 Commits (1)
084e094Add 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.