Eval Marketplace — Summary
Eval Marketplace is a deprecated Claude Code plugin marketplace containing two security evaluation skills — agent-skill-evaluator and mcp-evaluator — that use GitHub MCP and Bright Data MCP to perform automated security audits of third-party agent skills and MCP servers before installation. The project has been superseded by the jeredblu-marketplace repository, which migrates these skills alongside new tools. Each skill performs a structured workflow: downloads the target artifact, scans for prompt injection patterns, malicious code, hidden instructions, and data exfiltration attempts, then searches community feedback (including Reddit with Bright Data Pro Mode) and generates a risk-scored assessment report (0–100 scale) in markdown or PDF. The skills degrade gracefully when MCP servers are unavailable by falling back to web scraping. This is a verification tool positioned at the supply-chain boundary — evaluating whether to trust a skill or MCP before installing it.
Differs from seeds: Closest to superpowers (skills-only, zero commands) in distribution pattern. Key delta: Eval Marketplace's skills evaluate external artifacts for trustworthiness, whereas superpowers' skills enforce behavioral Iron Laws on the current session. Compared to spec-kit (Archetype 2: mirror commands + skills), this has no commands. The security audit scope (supply-chain verification of third-party components) is architecturally unique across all 11 seeds.