What problem does it solve?
Manually checking multiple sections of the GitHub Security tab to get a full picture of a repository's security posture is time-consuming and prone to missing critical items. This Skill eliminates that friction by aggregating all relevant security data into a single, scannable markdown report.
Core Features & Use Cases
- All-in-one security aggregation: Pulls data from Dependabot alerts/PRs, CodeQL, secret scanning, Scorecard, stale PRs, auto-merge workflows, and branch protection into one report.
- Intelligent categorization: Groups Dependabot PRs by type (patch/minor auto-merge eligible, major review needed, community, stale) and cross-references open Dependabot alerts with existing PRs to flag which items need immediate action.
- Use Case: A Bifrost repository maintainer can run this at the start of a security work session to instantly see all outstanding security tasks, prioritize high-severity alerts, and verify core security workflow health without navigating multiple GitHub tabs.
Quick Start
Invoke the bifrost-secaudit skill to generate a complete read-only security posture snapshot report for the gobifrost/bifrost repository.