• percent@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 hours ago

    Yeah I used to use dev containers. Containers aren’t generally a secure sandbox. They’re a great guardrail for preventing accidents, but not so much with a malicious prompt injection. (I might be overly paranoid about these things.)

    For tool version management, I usually set up a Nix Flake for each project (which also works inside dev containers).

    • setVeryLoud(true);@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      You’re right, they’re not watertight. But I’m not trying to defend against MPI, just hallucinations. Never looked into Nix flakes, I always just used OCIs.