Is inlo/autotask-mcp safe?

https://github.com/openclaw/skills/tree/main/skills/inlo/autotask-mcp

99
SAFE

This skill demonstrates exceptional security practices with extensive container hardening, supply chain verification, and agent guardrails against credential exposure. The skill actually improves security by implementing protective measures and restricting operations to localhost only.

Category Scores

Prompt Injection 100/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 95/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 95/100 · 5%

Findings (2)

LOW Docker daemon access required -5

Scripts require access to Docker daemon for container management, which involves privileged operations. However, this is necessary for the skill's legitimate functionality and is well-controlled.

INFO Exceptional security practices implemented 0

This skill demonstrates outstanding security practices including container hardening, supply chain verification, agent guardrails, and localhost-only binding.