apex-secrets-sanitization

Detect and mask exposed credentials across code, configs, docs, and pipelines.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill apex-secrets-sanitization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apex-secrets-sanitization
Source: https://github.com/JaviMontano/metodologia-propuesta-agent-public/tree/main/.claude/skills/specialized/secrets-sanitization
Command: npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill apex-secrets-sanitization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detect exposed credentials and secrets across project artifacts to prevent leakage and protect pipeline integrity.

Core Features & Use Cases

  • Detects secrets using regex patterns and contextual analysis across code, configs, docs, and CI artifacts.
  • Masks or redacts identified secrets and provides remediation guidance to secure the repository.
  • Enforces Gate G0 to halt pipeline execution until any exposed secret is masked or rotated.
  • Use Case: In a CI workflow, a configuration file contains a credential and triggers automated masking and remediation.

Quick Start

Run a workspace scan with secrets-sanitization to detect and mask exposed credentials and enforce Gate G0.

Frequently Asked Questions about apex-secrets-sanitization

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

FAQPage Schema
How do I detect exposed credentials and secrets across code and configs?

Detect exposed secrets by scanning code, configs, docs, and CI artifacts using regex pattern matching and contextual analysis to identify and prevent credential leakage across project pipelines.

How do I enforce a security gate to halt pipeline execution when secrets are exposed?

Enforce Gate G0 to halt CI pipeline execution when exposed credentials are detected, blocking pipeline progress until the identified secrets are properly masked or rotated.

What is the best way to mask exposed secrets in a CI workflow?

Mask exposed secrets in a CI workflow by running an automated workspace scan that redacts identified credentials and provides remediation guidance to secure the repository.

Does secrets sanitization work across code, configs, docs, and CI pipelines?

Yes, secrets sanitization works across code, configs, docs, and CI pipeline artifacts to detect exposed credentials using pattern matching and contextual analysis for comprehensive leakage protection.

How do I generate audit-ready reports for compliance after masking exposed credentials?

Generate audit-ready compliance reports by completing the secrets sanitization process, which tracks masked credentials, documents remediation guidance, and satisfies security gate requirements.