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 skill is a disclosed CCPA/CPRA self-check tool that uses a cloud scoring service and local API-key storage in ways that fit its stated purpose.
Install only if you are comfortable sending compliance answers, and login credentials during --login, to compliancehub.cn. Be aware that preview mode still attempts a public rule-library fetch despite being described as offline; use network controls if you require a no-network run.
2) private store ~/.config/compliancehub/<slug>.key (mode 0600)
3) legacy references/api_key.md (read-only, kept for backward compat)
"""
env_key = os.environ.get("COMPLIANCEHUB_API_KEY")
if env_key and env_key.strip():
return env_key.strip()
p = _key_path()65/65 vendors flagged this skill as clean.
No suspicious patterns detected.