openclaw-secret-scanning-maintainer

Triage and redact GitHub secret-scanning alerts in OpenClaw issues and PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Triage and redact secrets from alert content and maintainers-only workflows.
  • Delete and recreate alert-related comments to remove sensitive information while preserving discussion context.
  • Notify affected users in a controlled, English-only manner and close alerts after remediation.
  • Supports both issue/PR comments and body alerts, with GraphQL-backed handling for discussion comments.

Quick Start

Run the secret-scanning maintainer tool to begin processing and redacting secret-scanning alerts in your OpenClaw repository.

Frequently Asked Questions about openclaw-secret-scanning-maintainer

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

FAQPage Schema
How do I automatically triage and redact exposed secrets in GitHub issues and PRs?

To automatically triage and redact exposed secrets in GitHub issues and PRs, you can use a secret-scanning tool to fetch alert data, redact sensitive content, delete or recreate comments, and close alerts. This process removes sensitive information while preserving discussion context.

What is the best way to handle secret-scanning alerts without losing discussion context in GitHub comments?

The best way to handle secret-scanning alerts while preserving discussion context is to delete and recreate the affected GitHub comments. This removes the exposed secret from the thread while keeping the surrounding conversation intact for maintainers.

Can I use GraphQL to manage secret-scanning alerts in GitHub discussions?

Yes, you can use GraphQL to manage secret-scanning alerts in GitHub discussions. This approach supports GraphQL-backed handling for discussion comments, allowing you to fetch alert data and remediate exposed secrets directly within the discussion threads.

Does this secret-scanning triage process support both issue bodies and comment threads?

Yes, this secret-scanning triage process supports both issue and PR comment threads as well as body alerts. It handles both types of content to ensure exposed secrets are redacted and resolved across all areas of the OpenClaw GitHub repository.

How do maintainers safely resolve GitHub secret-scanning alerts without leaking sensitive data?

Maintainers safely resolve GitHub secret-scanning alerts by using server-side redaction of secrets before modifying any content. The process enforces safety rules and traceable steps through included scripts, ensuring sensitive data is removed without being exposed during remediation.

Are there operational rules for notifying users after a GitHub secret-scanning alert is redacted?

Yes, operational rules for notifying users after a GitHub secret-scanning alert is redacted require English-only notifications. Maintainers notify affected users in a controlled manner and then close the alert after remediation is complete.