.claude/skills/privileged-operationsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Safely perform Linux tasks that may require root privileges. Keep work unprivileged by default. When root is genuinely required, make the exact privileged action and reason visible to the user, then elevate only that narrow operation through an interactive authentication path the user can see and control. Prefer pkexec on graphical desktops; use sudo or doas only when their prompt is genuinely visible to the user. Never ask for, capture, pipe, cache, or automate a user's password, and never silently fall back to h…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/privileged-operationsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/privileged-operationsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/privileged-operationsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @pinguy/privileged-operationsclawhub inspect @pinguy/privileged-operations --version 0.1.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
curl ... | sudo shThis is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:ce7a8a2c2956fa172335daeb26137f71a2b84293cda35b6171c9ad006bd402d8skill-card.mdSKILL.mdInitial release focusing on safe Linux privilege elevation practices. - Requires remaining unprivileged by default; only elevate for specific, necessary operations. - Makes all privileged actions and reasons explicitly visible to the user before elevation. - Prefers `pkexec` for graphical desktops; only uses `sudo`/`doas` if the prompt is visible to the user. - Strictly forbids asking for, capturing, or automating user passwords. - Emphasizes visible, user-controlled authentication without silent fallback to broader or hidden root execution.