Native App Performance
Analysis
This skill is coherent for local macOS/iOS performance profiling and shows no evidence of exfiltration, persistence, credential use, or hidden behavior.
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.
xcrun xctrace record --template 'Time Profiler' --time-limit "$duration" \
--output "$trace_path" --attach "$attach_pid"The wrapper can attach Time Profiler to a user-specified local process, and can also launch a user-specified binary. This is expected for the skill, but profiling the wrong target can capture unintended process performance data.
Required binaries (all must exist): none Required binaries (at least one): none No install spec — this is an instruction-only skill.
The workflow and scripts rely on local developer tools such as xcrun/xctrace, otool, vmmap, and rg, but the registry requirements do not declare them. This is an under-declared dependency note, not hidden install behavior.
