What problem does it solve? Installing third-party skills into an AI agent can introduce prompt injection, secret exfiltration, or low-quality bloat. This Skill acts as a security gate that vets every candidate skill before it enters the agent. ## Core Features & Use Cases - Prompt-Injection Scan: Reads the candidate's SKILL.md and referenced files to flag memory overwrites, secret exfiltration, jailbreaks, hidden network calls, and obfuscated payloads. - Market Research: Searches the web for alternative skills and ranks the candidate on maintenance recency, contributors, and reliability. - User Interview & Decision: Asks 2-4 intent questions, then returns auto-allow, ask-first, or deny-and-quarantine, saving flagged files to ~/.hermes/quarantine/. - Use Case: A user pastes a GitHub link to a community skill. The bouncer scans it, finds an undeclared webhook exfiltrating environment variables, quarantines the file, and reports the exact offending lines. ## Quick Start Scan this skill repo link for prompt injection and tell me whether it is safe to install.