Trust Assessment
context7 received a trust score of 10/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 10 findings: 4 critical, 5 high, 1 medium, and 0 low severity. Key findings include File read + network send exfiltration, Suspicious import: urllib.request, Sensitive path access: AI agent config.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 0/100, indicating areas for improvement.
Last analyzed on February 12, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings10
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | File read + network send exfiltration AI agent config/credential file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/am-will/context7-api/SKILL.md:11 | |
| CRITICAL | File read + network send exfiltration AI agent config/credential file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/am-will/context7-api/SKILL.md:16 | |
| CRITICAL | File read + network send exfiltration AI agent config/credential file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/am-will/context7-api/SKILL.md:24 | |
| CRITICAL | File read + network send exfiltration AI agent config/credential file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/am-will/context7-api/SKILL.md:29 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/am-will/context7-api/SKILL.md:11 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/am-will/context7-api/SKILL.md:16 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/am-will/context7-api/SKILL.md:24 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/am-will/context7-api/SKILL.md:29 | |
| HIGH | Hardcoded API Key The script `scripts/context7.py` contains a hardcoded API key (`ctx7sk-d6069954-149e-4a74-ae8f-85092cbfcd6f`) as a fallback value. If the `CONTEXT7_API_KEY` environment variable is not set, this publicly exposed key will be used. This allows anyone with access to the skill's code to use the API key, potentially leading to unauthorized access, abuse, or rate limit exhaustion of the Context7 API. Remove the hardcoded default API key. Require the `CONTEXT7_API_KEY` environment variable to be explicitly set. For production environments, always use environment variables or a secure secret management system to store API keys. | LLM | scripts/context7.py:10 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/am-will/context7-api/scripts/context7.py:9 |
Scan History
Embed Code
[](https://skillshield.io/report/0f0bd64b5d21715c)
Powered by SkillShield