superbyte-secret-scanning-maintainer

Triage and redact GitHub Secret Scanning alerts in issues and PRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/qkal/superbyte --skill superbyte-secret-scanning-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superbyte-secret-scanning-maintainer
Source: https://github.com/qkal/superbyte/tree/main/.agents/skills/superbyte-secret-scanning-maintainer
Command: npx skills add https://github.com/qkal/superbyte --skill superbyte-secret-scanning-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Triage, redact, clean up, and resolve SuperByte GitHub Secret Scanning alerts in issues or PRs.

Core Features & Use Cases

  • Triage and redact secrets in alert bodies and comments to prevent leakage.
  • Delete and recreate comments or redact bodies in place when possible, while maintaining audit trail integrity.
  • Notify authors with location-appropriate templates and close alerts after remediation.

Quick Start

Process a secret-scanning alert end-to-end by fetching location data, redacting secrets, replacing or deleting affected comments, notifying the author, and optionally closing the alert.

Frequently Asked Questions about superbyte-secret-scanning-maintainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub secret scanning alert remediation for issue and PR comments?

GitHub secret scanning alerts in comments and issue bodies are remediated by fetching location data, deleting or recreating affected comments, redacting secrets in place, and notifying authors. This workflow supports issue, PR, and discussion comments while maintaining audit trail integrity.

How does secret redaction in GitHub discussion comments work without exposing secrets?

Secret redaction in GitHub discussion comments works by using GraphQL for discussion actions, redacting secrets in place or deleting affected comments, and ensuring secrets never appear in stdout or public comments. Edit history guidelines are preserved during redaction.

Can I handle multiple GitHub secret scanning alerts in a single workflow?

Multiple GitHub secret scanning alerts can be processed in a single workflow with per-location handling. It supports triaging and redacting secrets across issue comments, PR comments, discussion comments, issue bodies, and PR bodies simultaneously.

What is the best way to triage and close GitHub secret scanning alerts in pull requests?

Triage and close GitHub secret scanning alerts in pull requests by fetching location data, redacting secrets in the PR body or comments, notifying the author with location-appropriate templates, and resolving the alert after remediation is complete.

Are there limitations when redacting secrets in GitHub issue bodies versus comments?

When redacting secrets, GitHub issue bodies are redacted in place when possible, while comments may be deleted and recreated. Both approaches maintain audit trail integrity and ensure secrets are never exposed in stdout or public comments.