From terminal
Queries macOS quarantine SQLite database to trace file download origins, apps, URLs, dates, and perform audits. Useful for security reviews, source lookups, and history clearing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/terminal:quarantineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the macOS quarantine database to understand where files came from.
Query the macOS quarantine database to understand where files came from.
Use this skill when users ask about:
| Tool | Description | Destructive |
|---|---|---|
quarantine_recent | Recent downloads | No |
quarantine_search_app | Search by app name | No |
quarantine_search_url | Search by URL pattern | No |
quarantine_by_date | Filter by date range | No |
quarantine_apps | Apps ranked by download count | No |
quarantine_audit_week | Weekly audit summary | No |
quarantine_oldest | Oldest download record | No |
quarantine_clear | Clear history (requires confirm) | YES |
Recent downloads:
quarantine_recent({ limit: 20 })
Find Safari downloads:
quarantine_search_app({ name: "Safari" })
Downloads from GitHub:
quarantine_search_url({ pattern: "github.com" })
Weekly audit:
quarantine_audit_week()
Clear history (DANGEROUS):
quarantine_clear({ confirm: true })
~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin terminalAudits macOS apps for telemetry and SDK fingerprinting via static analysis. Identifies embedded SDKs, upload endpoints, and privacy fields without network capture.
Audits macOS disk usage, prunes developer caches (brew, uv, pip, npm, cargo), finds stale large files, and triages Downloads. Activates on disk space or cleanup queries.
Analyzes macOS disk usage and provides safe, interactive cleanup recommendations with user confirmation before deletions.