Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
GitHub Actions Security ReviewSkill
Summary
Audit GitHub Actions workflows for the exploitation patterns that leak secrets or allow code execution from a fork.
Features
- Finds workflow exploitation vulnerabilities
- Covers pull_request_target and injection risks
- Audits secret exposure and third-party action pinning
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
CI configuration is a genuine attack surface and one that rarely gets reviewed with the same care as application code. This skill audits it properly.
It looks for the well-known exploitation patterns: pull_request_target combined with checking out untrusted code, script injection through unsanitised context expressions such as PR titles and branch names, over-broad token permissions, secrets exposed to fork-triggered workflows, and third-party actions referenced by mutable tag rather than pinned commit SHA.
These are not theoretical — every pattern here has been used to compromise real repositories. Running this against your workflows takes minutes and periodically finds something worth fixing. Published by Sentry.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
