Skip to main content

macos-admin

Automates macOS system administration tasks, managing preferences, users, disks, and security features efficiently.

Install this skill

or
75/100

Security score

The macos-admin skill was audited on Mar 1, 2026 and we found 3 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 48

Python subprocess execution

SourceSKILL.md
48subprocess.run(['sudo', 'dscl', '.', '-create', '/Users/newuser'])
medium line 49

Python subprocess execution

SourceSKILL.md
49subprocess.run(['sudo', 'dscl', '.', '-create', '/Users/newuser', 'RealName', 'New User'])
high line 64

Python subprocess execution

SourceSKILL.md
64Always check command exit codes; for example, use `subprocess.run(..., check=True)` in Python to raise exceptions on failure. Common errors: Permission denied (code 1) – prompt for sudo or check `$EUI
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →