skills/secret-safety-scan/SKILL.md
Scan a repo or workspace for exposed secrets, tokens, keys, and credentials. Produce a findings report with remediation steps.
npx skillsauth add ariffazil/openclaw-workspace Secret Safety ScanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Secrets exposed in repos are irreversible once pushed. This skill scans for patterns that look like credentials and flags them before they leak.
git commitgit pushAKIA[0-9A-Z]{16}ghp_[a-zA-Z0-9]{36}sk-[a-zA-Z0-9]{48}password=, token=, secret=, api_key=-----BEGIN <ALGO> PRIVATE KEY-----.env files with real values (not .env.example)Search for patterns in all text files. Exclude:
node_modules/, __pycache__/, .git/.env.example, .env.templateCheck git log -p for secrets in history. Even if removed from current HEAD, they may exist in history.
git filter-repo or BFG| Condition | Escalate To | |-----------|-------------| | Live secret found | Arif + security.agent — IMMEDIATE | | Historical secret | ops.agent — rotation needed | | False positive pattern | AAA agent — update scan rules |
Skill version 1.0.0 — AAA Skill Library
development
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.