Real Skill packageSource verifiedClawHub registry

privileged-operations

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…

Identity and source

Publisher attributionpinguyregistry owner unverified by skillvetai
Functional categoryWriting, Content & Translationautomatically inferred · 56% rule confidence
Package forminstruction bundle2 recorded files
Canonical sourceClawHub registryclawhub:pinguy:privileged-operations
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/privileged-operations

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/privileged-operations

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/privileged-operations

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-operations
clawhub inspect @pinguy/privileged-operations --version 0.1.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
1 / 1 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highRemote content is piped directly to a shellSKILL.md:365 · confidence 98%curl ... | sudo sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
3 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
External clawhub result: clean

This 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.

Evidence checked
8/19/2026, 3:58:10 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:ce7a8a2c2956fa172335daeb26137f71a2b84293cda35b6171c9ad006bd402d8
Show up to 2 recorded paths
  • skill-card.md
  • SKILL.md

Source changelog

Initial 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.