github-actions-workflow-hardening-auditAudit GitHub Actions workflow files for hardening gaps (missing timeouts/permissions/concurrency and floating action refs).
Install via ClawdBot CLI:
clawdbot install daniellummis/github-actions-workflow-hardening-auditGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
Open source maintainers use this skill to audit their GitHub Actions workflows before merging contributions, ensuring that new workflows don't introduce security risks like missing permissions or floating refs. It helps catch hardening gaps in community-driven projects where multiple contributors submit workflow changes, reducing the risk of supply chain attacks.
Large organizations integrate this skill into their CI/CD pipelines to automatically audit all GitHub Actions workflows across monorepos, enforcing security policies such as required timeouts and permissions. It flags critical issues in production workflows, enabling teams to prioritize fixes and maintain compliance with internal security standards.
DevOps teams use this skill during onboarding to educate new engineers on secure workflow practices by scanning existing workflows and highlighting common pitfalls like missing concurrency controls. It serves as a learning tool to reinforce best practices and reduce human error in workflow configuration.
Companies in regulated sectors like healthcare or government employ this skill to audit GitHub Actions workflows for compliance with security frameworks, ensuring workflows have proper timeouts and permissions to prevent unauthorized access. It generates reports that can be used in audits to demonstrate adherence to hardening requirements.
SaaS providers use this skill to analyze workflows across multiple customer repositories, identifying hardening gaps that could impact service reliability or security. By filtering workflows with event regexes, they can focus on high-risk triggers like pull_request_target and mitigate potential vulnerabilities in shared environments.
Consultants offer this skill as part of security audit packages, helping clients identify and fix hardening gaps in their GitHub Actions workflows. Revenue is generated through project-based fees or retainer contracts for ongoing monitoring and compliance support.
Companies bundle this skill into broader DevOps platforms or CI/CD tools, selling it as a premium feature for automated security scanning. Revenue comes from subscription fees or tiered pricing based on usage, such as the number of repositories scanned.
The skill is offered as open source to build community adoption, with revenue generated from enterprise support contracts, customizations, and training services. Businesses pay for priority support, advanced features, or integration with proprietary systems.
💬 Integration Tip
Integrate this skill into CI pipelines by setting FAIL_ON_CRITICAL=1 to automatically block deployments when critical issues are detected, ensuring security gates are enforced.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...