tailrocks-macos-visual-qa
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bunto run local automation scripts (run.ts,install.ts),xcodebuildfor test compilation, andosascriptordefaults writeto modify macOS system appearance and accessibility settings. These commands are fundamental to the skill's primary purpose of visual QA and are managed through bounded transactions that require restoration to the original system state. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data such as repository fixtures, scripts, and tool outputs which are explicitly categorized as untrusted.
- Ingestion points: Ingests files from the repository root, screen/state matrices, and output from AX driving tools (identified in
SKILL.mdandruntime-trust.md). - Boundary markers: Employs mandatory preflight checks for permissions and byte-binds the harness to recorded sources to prevent unauthorized modification.
- Capability inventory: Orchestrates shell execution for
bun,xcodebuild,ax-drive, and system configuration utilities. - Sanitization:
runtime-trust.mdestablishes a policy that embedded instructions in processed data cannot alter agent scope or authority, and sensitive values are excluded from logs and prompts.
Audit Metadata