apple-xcode-workflow
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes internal helper scripts and generates command strings for development workflows.
- Evidence:
scripts/run_workflow.pyinvokes bash and python helpers to detect Xcode project scopes and check advisory cooldowns. It also constructsxcodebuildandswiftcommand strings as fallback execution paths. - [EXTERNAL_DOWNLOADS]: The documentation references external repositories for skill installation and discovery.
- Evidence:
references/skills-installation.mdandreferences/skills-discovery.mdlink to the author's GitHub repository and the well-knownvercel-labs/agent-skillsrepository. - [PROMPT_INJECTION]: The skill ingests workspace data and user input, creating a surface for indirect prompt injection.
- Ingestion points: The
workspace_pathinput and workspace file contents such asPackage.swift. - Boundary markers: No explicit delimiters are used to isolate processed workspace data from agent instructions.
- Capability inventory: Local script execution via
subprocess.run, file system reads, and CLI command generation. - Sanitization:
shlex.quoteis used to sanitize data used in constructed fallback command strings.
Audit Metadata