Definition

Least privilege

A security principle requiring that every component in a system — including AI agent skills — operate with only the minimum permissions necessary to perform its intended function. A skill designed to summarize documents should have read access to documents, not write access to your file system or the ability to execute shell commands. Applying least privilege to agent skills reduces the blast radius of a compromise or misconfiguration.

How TrustSkills detects this

TrustSkills scans OpenClaw and ClawHub skills for least privilege patterns before you install them. The scanner returns plain-English findings — no CVE IDs, no security jargon — with a risk level and a clear explanation of what was found.

Related terms