globalize-now-project-setup
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Uses standard
gitcommands such asgit rev-parse,git remote,git status, andgit logto identify repository details, provider types (GitHub/GitLab), and local change status. - [COMMAND_EXECUTION]: Executes the official Globalize command-line interface using
npx @globalize-now/cli-clientfor project creation, repository connection, and environment detection. The commands are structured with arguments passed via shell flags. - [EXTERNAL_DOWNLOADS]: Downloads and runs the
@globalize-now/cli-clientpackage from the NPM registry. This package is an official resource belonging to the skill's author ('globalize-now'). - [DATA_EXFILTRATION]: No unauthorized data exfiltration detected. The skill transmits repository metadata and translation configurations to the Globalize platform as part of its documented setup process.
- [PROMPT_INJECTION]: Instructions include conditional logic for an 'orchestrated mode' that reads configuration from
.globalize/globalize-inputs.json. This is used for workflow automation and does not attempt to bypass safety filters or core agent instructions.
Audit Metadata