new-workspace
Fail
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill is instructed to read
~/.claude/CLAUDE.mdto extract 'user identity facts', OS details, locale, and timezone information. - [DATA_EXFILTRATION]: By default, the skill creates a public GitHub repository using
gh repo create --publicand pushes the scaffolded workspace, which contains the harvested identity facts and ambient metadata, to a public remote server. - [COMMAND_EXECUTION]: User-supplied positional arguments from
$ARGUMENTS(such as the workspace name) are used directly in shell commands includingmkdir,git commit, andgh repo create. The instructions do not specify any sanitization or validation of these inputs, which could allow for command injection if a malicious workspace name containing shell metacharacters is provided. - [EXTERNAL_DOWNLOADS]: The skill performs network operations using the GitHub CLI (
gh) andgitto create repositories and push data to GitHub's servers.
Recommendations
- AI detected serious security threats
Audit Metadata