Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
GitHub Actions Security Review
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
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.