wiki-secret-audit

Scan wiki pages for exposed credentials and API keys.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill wiki-secret-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-secret-audit
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/wiki/wiki-secret-audit
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill wiki-secret-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many documentation wiki pages accidentally contain credentials, API keys, tokens, or connection strings that bypass standard repository secret scanners; this Skill finds those exposures and guides safe remediation to reduce blast radius after incidents.

Core Features & Use Cases

  • Pattern-based detection: Searches pages for high-priority secret patterns such as connection strings, bearer tokens, API keys, and private key blocks.
  • Scoped auditing: Supports single-page, collection, or search-driven scopes to prioritize high-risk areas like runbooks, environment configs, and setup guides.
  • Actionable reporting: Produces a dated audit report that lists findings, clean pages, and prescriptive remediation steps (remove/redact, rotate, notify).
  • Use Case: Run during post-incident investigations or scheduled security reviews to locate leaked credentials that were published to wiki pages.

Quick Start

Scan the specified wiki space for exposed credentials and generate a remediation-focused audit report listing detected secrets, affected pages, and recommended next steps.

Frequently Asked Questions about wiki-secret-audit

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

FAQPage Schema
How do I scan wiki pages for exposed API keys and credentials?

To scan wiki pages for exposed API keys and credentials, apply this Skill to targeted platform spaces, single pages, or search-selected collections. It performs regex-based detection of high-priority secret patterns while excluding common false positives, generating a structured audit report with remediation actions.

What types of secrets can be detected in a wiki security audit?

A wiki security audit detects high-priority secret patterns including connection strings, bearer tokens, API keys, and private key blocks. The scanner applies regex-based detection to locate these exposed credentials across documentation pages while filtering out common false positives.

Can I audit specific wiki collections instead of an entire space?

Yes, you can audit specific wiki collections instead of an entire space. The Skill supports scoped auditing across single-page, collection, or search-driven scopes, allowing you to prioritize high-risk areas like runbooks, environment configurations, and setup guides.

What steps should I take after finding leaked credentials in documentation?

After finding leaked credentials in documentation, follow the structured audit report's prescriptive remediation steps: remove or redact the exposed secrets, rotate the compromised credentials, and notify relevant stakeholders to reduce the incident blast radius.

When should I run a wiki secret detection scan?

You should run a wiki secret detection scan during post-incident investigations to locate leaked credentials, or as part of scheduled security reviews and periodic audits. This helps catch credentials that bypass standard repository secret scanners.