workspace-access
Warn
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: Access to sensitive configuration files. The skill instructs the agent to access
/hosthome, which is defined as containing "Home directory, configs, dotfiles". These locations frequently house sensitive credentials, such as SSH private keys, AWS configurations, and other private environment variables stored in dotfiles. - [PROMPT_INJECTION]: Vulnerability to indirect prompt injection through project data ingestion.
- Ingestion points: The skill reads untrusted external files including
CLAUDE.md,README.md, and various markdown documentation found within/hostworkspaceprojects (viacatandfindcommands). - Boundary markers: No boundary markers or "ignore instructions" delimiters are implemented when the agent reads and processes these files into its context.
- Capability inventory: The agent has full read-write access to
/hostworkspaceand the ability to execute shell commands likels,find, andgitto discover and modify project code. - Sanitization: There is no evidence of sanitization or validation of the content read from the filesystem before it is processed by the agent.
Audit Metadata