winget-package-manager
Analysis
This is a coherent winget workflow, but it can install, upgrade, or uninstall Windows applications, so users should approve package changes carefully.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
This skill assumes the host environment already provides a way to run Windows commands.
The skill depends on a command-execution capability to run winget operations, including install, upgrade, and uninstall. This is central to the stated purpose and is constrained by safety rules, but it can still modify the local system.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Repeated retries may trigger repeated elevation prompts or vendor installer/uninstaller dialogs.
The artifact acknowledges that package operations may cross a local privilege boundary through elevation prompts or installer dialogs. This is expected for Windows package management and the skill instructs not to retry automatically.
