apiiro-fast-scan
Installation
SKILL.md
Apiiro Fast Scan
Quick local scan for secrets and OSS vulnerabilities via the Apiiro CLI. Requires a git repo with an origin remote. Auto-detects changed files when none specified.
Commands
apiiro fast-scan secrets # Scan for secrets
apiiro fast-scan secrets src/config.ts # Scan specific files
apiiro fast-scan secrets --staged # Staged files only (pre-commit)
apiiro fast-scan oss package.json bun.lock # OSS vulnerabilities
apiiro fast-scan all # Both concurrently
apiiro fast-scan config # Get scan configuration
Options: --staged, --full (scan entire file, not just git-changed lines), --timeout <ms> (default: 2000), -o, --output <json|text>, -f, --file <path>.
Exit codes: 0 = clean, 1 = high/critical risks found.
Related skills