openclaw-secret-scanning-maintainer

Redact secrets in GitHub issues, PRs, and discussions via REST and GraphQL.

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

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

  • Fetch alert metadata and locations to understand exposure context.
  • Fetch content for each location, redact secrets, and prepare redacted bodies.
  • Delete and recreate comments or discuss via GraphQL to remove sensitive content.
  • Notify maintainers with clear templates and close the alert with a proper resolution.
  • Generate and summarize results for auditing and handoff.

Quick Start

Fetch an open alert and process it end-to-end to redact secrets, notify the author, and close the alert.

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 redact secrets leaked in GitHub issues and pull requests?

To redact secrets in GitHub issues and PRs, this Skill fetches the exposed content, prepares redacted bodies, and deletes or recreates comments via GraphQL to remove sensitive data. It then notifies the author and closes the alert.

Can I automatically resolve GitHub secret scanning alerts for discussions?

Yes, you can automatically resolve secret scanning alerts for discussions by fetching alert metadata, redacting the leaked secrets, and using GraphQL operations to update the discussion content and close the alert with proper notification.

What is the best way to notify maintainers after redacting exposed GitHub credentials?

The best way to notify maintainers after redacting exposed credentials is to use clear notification templates that explain the redaction, post them to the relevant issue or PR, and generate JSON output for auditing and handoff.

Does this secret scanning workflow use REST or GraphQL APIs to delete GitHub comments?

This secret scanning workflow uses both REST and GraphQL APIs to fetch alert locations and delete or recreate GitHub comments, ensuring sensitive content is fully removed while preserving the discussion context.

How do I audit redacted secret scanning alerts across OpenClaw maintenance workflows?

You audit redacted secret scanning alerts by executing the script-driven workflow that processes alerts end-to-end and outputs JSON files summarizing the redacted secrets, notified authors, and resolved alerts for handoff.