Earlier quoted context omitted.
It absolutely is deterministic, for any given seed value. Same seed = same output, every time, which is by definition deterministic.
only if temperature is 0, but are they truly determinstic? I thought transformer based llm's where not
Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
41–50 of 57 posts
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#42Earlier quoted context omitted.
People doesn't know github can manage secrets in its environment for CI? Antoher interesting fact is that most big vendors pay for gh to scan for leaked secrets and auto-revoke them if a public repo contains any (regex string matches sk-xxx thats one of the reasons why vendors use unique greppable starts of api keys with their ID.name on it
You're mistaking "know" with "care," since my experience has been that people know way more than they care And I'm pretty certain that private repos are exempt from the platform's built-in secret scanners because they, too, erroneously think no one can read them without an invitation. Turns out Duo was apparently just silently invited to every repo : - \
good point the scanner doesnt work on private repos =(
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#43Earlier quoted context omitted.
only if temperature is 0, but are they truly determinstic? I thought transformer based llm's where not
temperature does not affect token prediction in the way you think. The seed value is still the seed value, before temperature calculations are performed. The randomness of an LLM is not related to its temperature. The seed value is what determines the output. For a specific seed value, say 42069, the LLM will always generate the same output, given the same input, given the same temperature.
TIL
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#44Earlier quoted context omitted.
Why and how?
an agent does rm -rf / i think i saw it do it or try it and my computer shut down and restarted (mac) maybe it just deleted the project lol these llms are really bad at keeping track of the real world, so they might think they're on the project folder but had just navigated back with cd to the user ~ root and so shit happens. Honestly one should run only these on controlled env's like VM's or Docker. but YOLO amirite
Part of this is the tool's fault. Anything like that should be done in a chroot.
Anything less is basically "twitch plays terminal" on your machine.
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#45Earlier quoted context omitted.
an agent does rm -rf / i think i saw it do it or try it and my computer shut down and restarted (mac) maybe it just deleted the project lol these llms are really bad at keeping track of the real world, so they might think they're on the project folder but had just navigated back with cd to the user ~ root and so shit happens. Honestly one should run only these on controlled env's like VM's or Docker. but YOLO amirite
That people allow these agents to just run arbitrary commands against their primary install is wild . Part of this is the tool's fault. Anything like that should be done in a chroot. Anything less is basically "twitch plays terminal" on your machine.
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#46this is wild, how many security vuln that LLM can create where LLM dominate writing code???? I mean most coder is bad at security and we feed that into LLM so not surprise
You also can’t just fix it by saying “make it secure plz”.
If you don’t know enough to identify a security issue yourself you don’t know enough to know if the LLM caught them all.
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#47Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#48Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#49Earlier quoted context omitted.
Why and how?
an agent does rm -rf / i think i saw it do it or try it and my computer shut down and restarted (mac) maybe it just deleted the project lol these llms are really bad at keeping track of the real world, so they might think they're on the project folder but had just navigated back with cd to the user ~ root and so shit happens. Honestly one should run only these on controlled env's like VM's or Docker. but YOLO amirite
Re: Remote Prompt Injection in Gitlab Duo Leads to Source Code Theft
#50https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP