claude-code
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing the
claudeCLI via shell commands. It emphasizes best practices such as using the-pflag for non-interactive automation to prevent execution delays.- [PROMPT_INJECTION]: The skill documents an interface where user-provided prompts are passed to theclaudeCLI via the shell. This constitutes a potential surface for indirect prompt injection. The skill provides clear instructions on permission levels and warns that bypass modes lack injection protection, recommending they be used only in isolated environments.- [CREDENTIALS_UNSAFE]: The instructions cover the handling of authentication tokens and API keys (e.g.,ANTHROPIC_API_KEY). It follows standard security practices by recommending the use of environment variables and CLI-native authentication flows rather than hardcoding sensitive information.
Audit Metadata