ship
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several TypeScript scripts to execute local system commands such as
git,az,gh,cmd.exe, andopen. These executions are handled usingexecFileSyncandspawnwith argument arrays, which prevents shell command injection vulnerabilities and ensures safe process handling. - [DATA_EXFILTRATION]: The script
scripts/ship-open.tsaccesses local browser configuration files, specifically theLocal Statefile for Chrome and Edge browser profiles. It parses this file to extract profile names and associated email addresses, enabling the agent to prompt the user to choose a specific browser profile for viewing Pull Requests. This access is limited to reading the account mapping for local browser launching and does not involve external transmission of the data. - [EXTERNAL_DOWNLOADS]: The skill depends on external libraries
@octokit/restandazure-devops-node-apidownloaded from the official NPM registry. These are standard SDKs provided by GitHub and Microsoft for interacting with their respective platforms.
Audit Metadata