Skill Security Review
A third-party skill is instructions your agent will trust. Review it before you install it. Structured security auditing for third-party skills to detect injection, exfiltration, and hidden malicious logic.
$14
· or 70 creditsSecure checkout via Stripe
Works with the AI tools you already use
About this skill
The problem
Third-party skills run with the same trust as your own instructions. Public registries are vulnerable to instruction injection, hidden data exfiltration, and malicious scripts disguised as legitimate tools.
What it does
- Identifies covert directives that hide actions from the user or suppress awareness.
- Traces data exposure paths to detect unauthorized extraction of credentials or environment variables.
- Flags "fetch-and-execute" installation patterns and unpinned remote dependencies.
- Audits bundled scripts for obfuscated logic, base64 payloads, or hidden network calls.
- Checks for persistent unauthorized access to agent configuration or memory files.
Why this beats prompting it yourself
Standard prompts often fall victim to Rule Zero violations, where the skill being reviewed successfully "tricks" the reviewer into ignoring its flaws. This skill enforces a structured eight-point inventory and static analysis framework that treats every file as inert evidence rather than executable instructions.
Use cases
- Reviewing a downloaded SKILL.md before adding it to your agent profile.
- Auditing a complex package containing both markdown instructions and helper scripts.
- Investigating a skill that requests broad permissions for a narrow task.
- Screening unknown authors or unverified community submissions for safety compliance.
Known limitations
This is a static manual review of the package at review time. It cannot predict content changes on remote URLs fetched during runtime or guarantee safety against novel, high-level obfuscation.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
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
File Scopes
Creator
Scar Tissue Systems is one person's working AI-agent toolkit, sold as-is. I build small, focused skills for people who run real work through AI agents daily, capturing and filing what they find, keeping their skill systems honest over time, and catching the patterns that make AI-assisted writing read as machine-written. Every skill here started as something I built for my own workflow, used for months, broke in real ways, and fixed before I ever considered selling it. The name is the promise, nothing ships until something has actually gone wrong with it first. No filler, no theoretical best practices, every rule in every skill exists because something specific broke without it, and the change-logs say so.
Frequently Asked Questions
Browse More Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.
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.