Native Automation
PassAudited by ClawScan on May 1, 2026.
Overview
This is a narrow Apple testing guidance skill; the only notable behavior is that it tells the agent to run a project-local test script.
This skill appears safe for its stated testing purpose. Before using it, make sure the local './tools/run_native_tests.sh' script in your project is one you trust, since that script is what will actually run the tests.
Findings (1)
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.
Running the skill may execute the repository's native test wrapper script during testing tasks.
The skill directs the agent to execute a project-local test wrapper script. This is coherent with the testing purpose, but users should recognize that the actual script content comes from the local project rather than this instruction-only skill.
./tools/run_native_tests.sh [mode]
Use it in trusted Apple project repositories and review the local test wrapper if you are unsure what it does.
