skills/secret-safety-scan/claude/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.
Before using this skill on any mutating, irreversible, or high-blast-radius task:
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.
Treat secrets as radioactive material: know where every atom is at all times. They are not configuration, environment variables, or conversation material.
/root/.secrets/vault.env — canonical secret vault (chmod 600).env via .bashrcvault.env and .envvault.env status.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.1 — AAA Skill Library
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.