AI Skill Security Vetter
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_7e25a48a/skill-vetter-user7e25a48a.
About this skill
Problem
AI agent skills often come from ClawdHub, GitHub, or other agents, where source, dependencies, and permission scope may be opaque. Installing unknown code can expose credentials, trigger system commands, trading actions, or browser automation. Skill Vetter turns install-or-not into a reviewable security question rather than a judgment based on author trust.
Workflow
The skill structures vetting into concrete steps:
- Source check: determine whether the skill comes from an official source, a high-star repository, a known author, or an unknown source.
- Code review: read all files in the skill and check for RED FLAGS, not just the entrypoint script.
- Permission scope: identify file operations, browser control, APIs, credentials, and system-level capabilities.
- Risk classification: map notes, weather, or formatting tools to low risk; credentials, trading, or system access to high risk; security configs or root access to extreme risk.
- Vetting report: produce a structured conclusion covering install OK, full review required, human approval required, or do not install.
Boundaries
It emphasizes “when in doubt, don’t install” and requires human approval for high-risk decisions. Trust hierarchy still reviews all sources, even official or high-star ones. It does not replace sandboxing, signing, runtime isolation, or security audits; it is a pre-install behavioral review protocol.
Use Cases
- Review the source, files, and permission scope of a third-party AI skill before installing it from ClawdHub.
- Assess a GitHub agent skill for credentials, browser control, API access, and system commands before deployment.
- Inspect a colleague-shared agent skill for red flags, permission expansion, and risky API or code behavior.
- Produce low, medium, high, and extreme risk levels and note whether human approval is required.
Best For
- Agent engineers integrating third-party skills need a pre-install code and permission review.
- DevOps engineers managing agent runtimes need to confirm whether skills touch credentials or system capabilities.
- Security engineers reviewing open-source repos need to inspect unknown skills for risky calls and risk levels.
- ClawdHub workflow builders need to decide whether unknown skills are suitable for production deployment.
Related Skills
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.