launchd-non-apple-jobs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited launchd-non-apple-jobs (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Show the current launchd job list filtered to non-Apple labels, and create user LaunchAgents (GUI domain) for one-time or recurring schedules.
scripts/show_jobs.shscripts/create_job.sh --label "com.example.myjob" --command "echo hello" --once "2026-02-05 13:30"scripts/create_job.sh --label "com.example.myjob" --command "echo hello" --daily "09:00"scripts/delete_job.sh --label "com.example.myjob"scripts/show_jobs.sh.--once "YYYY-MM-DD HH:MM".StartCalendarInterval and self-removes after the first run.--daily, --weekly, --monthly, or --interval.StartCalendarInterval (or StartInterval) and remains installed until removed.scripts/delete_job.sh --label "<label>".scripts/show_jobs.sh.show_jobs.sh: Launches launchctl list and filters out Apple jobs.create_job.sh: Creates a user LaunchAgent for one-time or recurring schedules.delete_job.sh: Unloads and removes a user LaunchAgent by label.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.