Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
This skill is a focused Clarity Protocol lookup helper that uses an optional API key for authenticated read-only requests and shows no hidden or destructive behavior.
Install if you intend to query Clarity Protocol variant data. Only set CLARITY_API_KEY if you want authenticated higher-rate requests, use a dedicated Clarity key, and treat returned research data as external API output.
"Accept": "application/json"
}
api_key = os.environ.get("CLARITY_API_KEY")
if api_key:
headers["X-API-Key"] = api_key65/65 vendors flagged this skill as clean.