context7
Warn
Audited by Runlayer on Feb 25, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
SKILL.mdHIGH
76.3%
Malicious tool definition detected
Tool: SKILL.md Description: --- name: context7 description: "Use when needing API docs, framework patterns, or code examples for any library.
scripts/context7.shHIGH
76.3%
Malicious tool definition detected
Tool: scripts/context7.sh Description: #!/bin/bash # Context7 REST API wrapper # Based on @upstash/context7-mcp source # Usage: context7.sh <command> [args...] # Commands: # search <query> - Search for library ID # docs <library-id> [topic] [mode] - Fetch documentation set -e CONTEXT7_API_KEY="${CONTEXT7_API_KEY:-}" BASE_URL="https://context7.com/api/v2" # Build auth header if API key is set build_headers() { local headers=() if [ -n "$CONTEXT7_API_KEY" ]; then headers+=(
Audit Metadata