security-scan

Installation
SKILL.md

Security Scan

Trigger

Use this skill when:

  • Onboarding a new repo with agent automation enabled
  • Editing skills, hooks, MCP config, or client settings
  • Before publishing/releasing changes that affect other projects

Mandatory Privacy Rule (No Bypass)

  • For config-like files that may contain keys/tokens/passwords, do not read raw file content directly.
  • Always read through Privacy Guard first:
    • aios privacy read --file <path> (preferred)
    • or node scripts/privacy-guard.mjs read --file <path>
  • If Privacy Guard reports guard-disabled for sensitive files, enable it first:
    • aios privacy enable

Quick Path

  • Ensure strict mode is on: aios privacy enforce-on
  • Run the repo verifier: aios doctor (preferred when shell integration is installed).
Related skills

More from rexleimo/rex-cli

Installs
2
GitHub Stars
35
First Seen
Apr 15, 2026