native-app-performance — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited native-app-performance (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.
Attribution: Sourced from steipete/agent-scripts by Peter Steinberger.
Goal: record Time Profiler via xctrace, extract samples, symbolicate, and propose hotspots without opening Instruments.
Related skill: For Instruments UI workflows and trace export details, see instruments-profiling.
atos and vmmap# Start app yourself, then attach
xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --attach <pid>xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --launch -- /path/App.app/Contents/MacOS/Appxcrun xctrace export --input /tmp/App.trace \
--xpath '/trace-toc/run[@number="1"]/data/table[@schema="time-profile"]' \
--output /tmp/time-sample.xml# While app is running
vmmap <pid> | rg -m1 "__TEXT" -n# Symbolicate using atos
atos -o /path/App.app/Contents/MacOS/App -l <load-address> <address>--launch.xcrun xctrace help record and xcrun xctrace help export show correct flags.__TEXT load address from vmmap.atos.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.