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 PIPL compliance skill is clear about its cloud scoring, API key use, and local config storage, and I did not find hidden or unrelated behavior.
Before installing, be comfortable that scored checks send your yes/no compliance answers, and either a random anonymous trial ID or your API key, to compliancehub.cn. Use the non-interactive preview if you only want to view the check items locally without cloud scoring.
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()65/65 vendors flagged this skill as clean.
No suspicious patterns detected.