Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
This is a disclosed EU AI Act self-check skill that sends checklist answers to a fixed cloud scoring service and stores only an API key or anonymous trial ID locally.
Install only if you are comfortable sending your EU AI Act checklist answers to compliancehub.cn for scoring. Use the offline preview mode for local-only review, and prefer the environment variable or a private 0600 key file for the API key.
1) env COMPLIANCEHUB_API_KEY (ephemeral, safest)
2) private store ~/.config/compliancehub/<slug>.key (mode 0600)
"""
env_key = os.environ.get("COMPLIANCEHUB_API_KEY")
if env_key and env_key.strip():
return env_key.strip()
p = _key_path()50/50 vendors flagged this skill as clean.
No suspicious patterns detected.