skill-supply-chain-audit
SolidAudit agent skills, plugins, prompts, manifests, scripts, dependencies, and bundled assets for provenance, prompt-injection, permission, execution, exfiltration, persistence, and update risk. Use when evaluating a third-party skill before installing, enabling, updating, publishing, or distributing it; reviewing an untrusted SKILL.md, agent configuration, MCP integration, archive, or repository; comparing a package with a known-good version; or investigating unexpected tool, network, credential, or filesystem behavior.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- seb1n
- Repository
- seb1n/awesome-ai-agent-skills
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
skill-security-audit
Security-audit Agent Skills and plugins — vet a new skill before installing it, scan everything already installed on this machine, or harden your own skill before publishing. Use when asked to vet, review, or check a skill/SKILL.md/plugin for safety, prompt injection, malware, or suspicious behavior — or to make a skill safe to publish.
repo-audit
Security audit of any third-party repo, package, skill, plugin, or MCP server BEFORE it is installed or executed. Use this skill whenever the user asks "is this safe?", "audit/vet/check this repo", "should I install X", pastes a GitHub/npm/PyPI/marketplace link with intent to install, or whenever you yourself are about to recommend or install third-party code, even if nobody says the word "audit". Covers maintainer reputation, typosquatting, install-time hooks, obfuscation, exfiltration and secrets-harvesting patterns, dependency and CI risks, and prompt injection in agent-facing files (skills, agent configs, MCP tool descriptions). Produces a SAFE / SAFE-WITH-CONDITIONS / UNSAFE verdict with evidence, transparent red flags, and conditions such as version pinning.
skill-safety-audit
Statically audits a downloaded/third-party Claude skill (or any small code bundle: scripts folder, plugin, gist, repo) for safety BEFORE it is ever run — detecting malware, data exfiltration, credential/secret theft, destructive or persistence behavior, and prompt-injection hidden in SKILL.md or docs — then produces a plain-language HTML report with a traffic-light verdict. Use this whenever the user has downloaded, cloned, or received a skill/plugin/script from GitHub, a gist, Discord, a blog, or any untrusted source and asks whether it is safe, whether it might contain a virus, whether it steals their data or info, whether it is trustworthy, or asks you to "check / review / vet / audit / scan / 검사 / 안전한지 확인" a skill or code folder before installing or running it. Trigger even if they just say "이 스킬 안전해?" or "믿고 써도 돼?" about downloaded code. Do NOT use this for auditing the user's OWN code they are actively writing, for general code review of trusted first-party code, or for reviewing pull requests (use code