Get Focus Mode
Analysis
This skill is a small read-only macOS helper that reports the current Focus mode, with minor notes about local status access and underdeclared macOS/jq requirements.
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.
## Requirements - macOS - `jq` installed
The skill documents a macOS and jq dependency, while the registry metadata declares no OS restriction and no required binaries. This is an underdeclared environment requirement, not evidence of malicious behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
~/Library/DoNotDisturb/DB/Assertions.json \ ~/Library/DoNotDisturb/DB/ModeConfigurations.json
The script reads local macOS Focus/Do Not Disturb state files and outputs the configured mode name. This is exactly the skill's purpose and is read-only, but the result can reveal the user's current local status or custom Focus mode name.
