Skip to content

Conversation

@jerop
Copy link
Contributor

@jerop jerop commented Sep 17, 2025

Adds a security warning to all Gemini CLI workflow prompts, instructing the model to avoid using command substitution features like $(...), <(...), or >(...) in shell commands.

This is a preventative measure to avoid errors where the Gemini CLI rejects commands that use command substitution for security reasons. This change makes the security constraints of the tool explicit to the model.

Fixes #174


@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop
Copy link
Contributor Author

jerop commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

Fixing issue in #293

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@jerop
Copy link
Contributor Author

jerop commented Sep 17, 2025

fyi using this PR to test out the new auth validation

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop jerop force-pushed the feat/add-security-warning-to-workflows branch from 6c98a3c to 8c8a087 Compare September 17, 2025 21:34
@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop
Copy link
Contributor Author

jerop commented Sep 17, 2025

@gemini-cli /review

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

2 similar comments
@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop
Copy link
Contributor Author

jerop commented Sep 17, 2025

@gemini-cli /review

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop jerop force-pushed the feat/add-security-warning-to-workflows branch from 8c8a087 to 2a9ad72 Compare September 17, 2025 22:22
@jerop
Copy link
Contributor Author

jerop commented Sep 17, 2025

@gemini-cli /review

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

1 similar comment
@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 17, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 18, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop
Copy link
Contributor Author

jerop commented Sep 18, 2025

@gemini-cli /review

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 18, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 18, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

Adds a security warning to all Gemini CLI workflow prompts, instructing the model to avoid using command substitution features like `$(...)`, `<(...)`, or `>(...)` in shell commands.

This is a preventative measure to avoid errors where the Gemini CLI rejects commands that use command substitution for security reasons. This change makes the security constraints of the tool explicit to the model.
@jerop jerop force-pushed the feat/add-security-warning-to-workflows branch from 2a9ad72 to 1d14bfe Compare September 18, 2025 14:00
@jerop
Copy link
Contributor Author

jerop commented Sep 18, 2025

@gemini-cli /review

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 18, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-cli
Copy link
Contributor

gemini-cli bot commented Sep 18, 2025

🤖 I'm sorry @jerop, but I was unable to process your request. Please see the logs for more details.

@jerop jerop closed this Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Command substitution using $(), <(), or >() is not allowed

1 participant