new-workspace
Warn
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill interpolates user-provided input from
$ARGUMENTS(such as the workspace name and target path) directly into shell commands includingmkdir -p <target-parent>/<workspace-name>andgh repo create <workspace-name>. Without explicit sanitization or validation instructions, this creates a surface for command injection if the executing agent does not safely handle the input. - [DATA_EXFILTRATION]: By default, the skill is configured to create a public GitHub repository and push the newly scaffolded workspace content to it. This default behavior may lead to the unintentional exposure of local debugging data, logs, or code if the user does not explicitly provide the
--local-onlyor--privateflags. - [DATA_EXPOSURE]: The skill reads from
~/.claude/CLAUDE.mdto extract system and user identity facts. While this is used for personalization, these details are then written into a newCLAUDE.mdfile within the workspace, which may be published to a public repository by the skill's default actions.
Audit Metadata