Production-ready CI workflow examples with all security patterns applied. SHA pinning, minimal permissions, secret scanning, and language-specific variants.
Provides production-ready CI workflow templates with comprehensive security hardening. Use when creating or auditing GitHub Actions workflows to quickly implement SHA-pinned actions, minimal permissions, and security scanning patterns.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install secure@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdreference.mdscripts/example-1.yamlscripts/example-2.yamlscripts/example-3.yamlCopy-paste ready CI workflow templates with comprehensive security hardening. Each example demonstrates action pinning, minimal GITHUB_TOKEN permissions, input validation, and security scanning.
Complete Security Patterns
These workflows integrate all security patterns from the hub: SHA-pinned actions, job-level permissions, secret scanning prevention, fork PR safety, and security tooling. Use as production templates.
See the full implementation guide in the source documentation.
See examples.md for code examples.
See reference.md for complete documentation.