new-workspace
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill extracts personal identity facts, locale, and timezone from the local file
~/.claude/CLAUDE.md. It then pushes this data to a GitHub repository that is configured to be public by default in thegh repo createcommand. This creates a risk of exposing sensitive career-related information, such as salary data and job search details, to the public internet.- [COMMAND_EXECUTION]: The skill uses several shell tools for file and repository management. These includemkdirandcpfor workspace scaffolding,gitfor local version control, andgh(GitHub CLI) for remote repository creation and status checks.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through data ingestion. • Ingestion points: Content is read from the local~/.claude/CLAUDE.mdfile. • Boundary markers: Absent. The extracted facts are directly interpolated into new workspace files. • Capability inventory: The skill has shell execution capabilities viamkdir,cp,git, andgh. • Sanitization: Absent. There is no validation or escaping of the content read from the source file before it is used to personalize the new workspace.
Audit Metadata