Skip to content

Security · Global library

Secrets Scanning Automator

Wire secret-detection into local and CI workflows so leaks are stopped before they become incidents.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Secrets Scanning Automator when you need to wire secret-detection into local and CI workflows so leaks are stopped before they become incidents, especially when the work is driven by secret scan and pre commit.

Trigger signals

secret scanpre commitcredential leak

Validation hooks

verify_secret_detection

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show secrets-scanning-automator

Use

orchestrator-mcp skills export secrets-scanning-automator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/secrets-scanning-automator ./your-agent-skills/secrets-scanning-automator
# or open skills/secrets-scanning-automator/SKILL.md in a markdown-first client

File patterns

**/.git/hooks/****/.github/workflows/****/*.sh

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

SecurityAdvanced pack

Public Repo Sanitizer

Open pack

Audit a repo for secrets, personal paths, client-specific references, and OSS-readiness gaps before publishing.

CodexClaude Code
SecurityGlobal library

API Security Testing Specialist

Open pack

Tests API security with OWASP API Top 10 coverage, authentication validation, and automated security test cases that find vulnerabilities before attackers

CodexClaude Code