openclaw-secret-scanning-maintainer

Redact GitHub Secret Scanning alerts and update issues and PRs.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill openclaw-secret-scanning-maintainer-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-secret-scanning-maintainer
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/.agents/skills/openclaw-secret-scanning-maintainer
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill openclaw-secret-scanning-maintainer-p-sree-sai-pavan

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

  • Maintainer-only workflow to automatically fetch secret-scanning alerts, redact plaintext secrets in body/comments, and purge edit histories where possible.
  • Notify authors with clear guidance and rotate credentials; support both issue/PR bodies and comments (including discussions) with appropriate handling.
  • Resolve alerts to closed state with an auditable summary, and generate a concise results report for post-mortem.

Quick Start

Run the secret-scanning workflow to process an alert from OpenClaw by fetching it, redacting secrets, replacing or deleting affected content, notifying the author, and resolving 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 automatically redact GitHub secret scanning alerts in issue comments?

Automated secret scanning alert redaction fetches alerts via GitHub REST and GraphQL, replaces plaintext secrets in issue and PR comments with redacted text, and purges edit histories to prevent exposure.

What is the best way to resolve OpenClaw secret scanning alerts across pull requests?

The best way to resolve OpenClaw secret scanning alerts is an automated maintainer workflow that redacts secrets, purges affected content histories, notifies authors, and closes alerts with an auditable summary.

Does this automated secret redaction workflow require maintainer permissions on GitHub?

Yes, this automated secret redaction workflow requires maintainer-only GitHub permissions to modify issue and PR bodies, purge edit histories, and resolve security alerts through controlled GraphQL and REST actions.

Can I use this to clean up exposed secrets in GitHub discussions and edit history?

Yes, you can use it to clean up exposed secrets in GitHub discussions and edit history by replacing affected content and purging previous versions where possible, ensuring no plaintext exposure in public outputs.

How do I notify pull request authors about exposed secrets and credential rotation?

Automated secret scanning workflows notify pull request authors with clear guidance about exposed secrets and credential rotation by posting automated comments after redacting the plaintext secrets from the affected content.

Are there limitations to purging GitHub edit history when redacting secret scanning alerts?

A key limitation of redacting secret scanning alerts is that purging GitHub edit history depends on platform capabilities, meaning some historical plaintext secrets may remain accessible if the API cannot delete previous versions.