Query the macOS quarantine database to understand where files came from.
From terminalnpx claudepluginhub nathanvale/side-quest-marketplace-old --plugin terminalThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Orchestrates subagents to execute phased plans: deploys for implementation, verification, anti-pattern checks, code quality review, and commits only after passing checks.
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.QuarantineEventsV2