top | item 46544977

(no title)

rpodraza | 1 month ago

Maybe I'm paranoid, but allowing any coding agent or tool to execute commands within terminal that is not sandboxed somehow will be prone to attacks like that

discuss

order

internet101010|1 month ago

It's a double edged sword. With terminal sure, but not allowing interaction in Microsoft applications like Power BI (especially with no ability to copy and paste) renders Copilot completely useless.

braingravy|1 month ago

For Power BI + AI work, you can use the JSON formatted .pbip report and semantic model files. Just fyi.

hultner|1 month ago

Isn’t the problem that it’s supposed to not execute commands without strict approval but the shell stdout redirection in combination with process substitution is bypassing this.