agent-security
v1.0.0Security hardening for AI agents. Audit your workspace for leaked secrets, check file permissions, validate API key storage, scan for prompt injection risks, and monitor for unauthorized access patterns.
Installation
Please help me install the skill `agent-security` from SkillHub official store.
npx skills add imaflytok/agent-security
Agent Security — Protect Your Workspace
Your agent has access to credentials, API keys, and private data. This skill helps you lock it down.
Secret Scan
Find leaked credentials in your workspace:
# Scan for common secret patterns
grep -rn --include='*.md' --include='*.json' --include='*.js' --include='*.py' --include='*.sh'
-E '(api[_-]?key|secret|password|token|private[_-]?key)s*[:=]s*["