Audit Credentials banner
latiotech latiotech

Audit Credentials

Security community

Description

--- description: Find long-lived tokens, hardcoded secrets, and credentials that should be rotated or replaced allowed-tools: Read, Write, Edit, Glob, Grep, Bash(git:*, gh:*, aws:*, gcloud:*, az:*) --- Scan the entire project for long-lived credentials, hardcoded secrets, and tokens that should be rotated or replaced with short-lived alternatives. **This command takes action by default** - it flags every finding with severity, location, and the specific fix. Where safe to do so (e.g., adding `.

Installation

Installs to ~/.claude/skills/latiotech-secure-supply-chain-skills-audit-credentials/SKILL.md

Terminal
mkdir -p ~/.claude/skills/latiotech-secure-supply-chain-skills-audit-credentials && curl -fsSL https://raw.githubusercontent.com/latiotech/secure-supply-chain-skills/HEAD/commands/audit-credentials.md -o ~/.claude/skills/latiotech-secure-supply-chain-skills-audit-credentials/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository