context7

Warn

Audited by Runlayer on Feb 25, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
76%
Files
2
Flagged
2
Chunks
2
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
Max File Score
76%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
2
Analyzed
Feb 25, 2026, 05:42 PM
Security Audit — runlayer — context7