ziw-orchestrate
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execFileSyncto invokegit,gh(GitHub CLI),security(macOS Keychain), andstty. These invocations are scoped to the primary purpose of orchestrating development workflows and managing credentials.\n- [INDIRECT_PROMPT_INJECTION]: The skill includes advanced defensive measures inscripts/workflow-contract.mjsthat search for malicious instruction patterns (e.g., bypass safety filters) within untrusted issue and PR data, ensuring the agent treats such data as content rather than authoritative instructions.\n- [DATA_EXPOSURE_AND_EXFILTRATION]: Linear API credentials are managed using industry best practices. The skill encrypts the API key at rest (AES-256-GCM) in the user's config directory with restricted permissions (0600) and leverages the macOS Keychain for secure key storage.\n- [PRIVILEGE_ESCALATION]: Use of the macOSsecurityutility is strictly limited to managing the skill's own credentials within the user's keychain, representing a security hardening measure rather than an escalation attempt.\n- [REMOTE_CODE_EXECUTION]: No remote code execution patterns or unverifiable external dependencies were found. The skill relies exclusively on built-in Node.js modules and local scripts provided within the skill package.
Audit Metadata