home.social

#sandbox — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sandbox, aggregated by home.social.

fetched live
  1. #Flatpak 1.18.1: #Sicherheitsupdate schließt gefährliche Lücken

    #Flatpak1.18.1 bringt mehrere wichtige #Sicherheitskorrekturen. Betroffen sind unter anderem #Sandbox, #Dateizugriffe und #Berechtigungen.

    Besonders kritisch ist eine behobene Lücke innerhalb der Sandbox. Eine manipulierte Anwendung konnte dadurch auf Dateien außerhalb der Sandbox zugreifen. Im schlimmsten Fall waren Lese- und Schreibzugriffe auf das gesamte System möglich.

    fosstopia.de/flatpak-1-18-1/

  2. #Flatpak 1.18.1: #Sicherheitsupdate schließt gefährliche Lücken

    #Flatpak1.18.1 bringt mehrere wichtige #Sicherheitskorrekturen. Betroffen sind unter anderem #Sandbox, #Dateizugriffe und #Berechtigungen.

    Besonders kritisch ist eine behobene Lücke innerhalb der Sandbox. Eine manipulierte Anwendung konnte dadurch auf Dateien außerhalb der Sandbox zugreifen. Im schlimmsten Fall waren Lese- und Schreibzugriffe auf das gesamte System möglich.

    fosstopia.de/flatpak-1-18-1/

  3. One of the things that annoys me about the various #AI agents is their prescribed installation-method. Several of the one's I've looked at, their instructions are just:

    curl -fsSL https://<AI_MAKER_FQDN>/<INSTALLER_SCRIPT_PATH> | bash

    I mean that's sorta ok if you're running within a confined context like a container, a throwaway VM, etc. Definitely not something I ever want to do with anything user than user-land privileges, though.

    From a
    #security perspective, I'm not super much a fan of the "pipe this URL to a shell interpreter", especially if I haven't had a chance to look at it or run it inside of a tight #sandbox.

    Security-concerns aside, it's a method that also tends to only work on not especially isolated networks (e.g., if I'm in an AWS — or other CSP's — VPC that's blocked from pulling, willy nilly, from the Internet). Also, depending on how well constructed the script is and/or how well it's self-documenting, extracting the installation-logic so you can self-host the critical bits can be
    painful.

    All in all, if things like the recently-publicized "our AI has escaped and attacked another corporation's networks" or even how the AI companies acquired their training-data hadn't already adequately illustrated things, the
    curl <URL> | <INTERPRETER> method just smacks of an organization that doesn't particularly care about security. Not reassuring.

  4. One of the things that annoys me about the various #AI agents is their prescribed installation-method. Several of the one's I've looked at, their instructions are just:

    curl -fsSL https://<AI_MAKER_FQDN>/<INSTALLER_SCRIPT_PATH> | bash

    I mean that's sorta ok if you're running within a confined context like a container, a throwaway VM, etc. Definitely not something I ever want to do with anything user than user-land privileges, though.

    From a
    #security perspective, I'm not super much a fan of the "pipe this URL to a shell interpreter", especially if I haven't had a chance to look at it or run it inside of a tight #sandbox.

    Security-concerns aside, it's a method that also tends to only work on not especially isolated networks (e.g., if I'm in an AWS — or other CSP's — VPC that's blocked from pulling, willy nilly, from the Internet). Also, depending on how well constructed the script is and/or how well it's self-documenting, extracting the installation-logic so you can self-host the critical bits can be
    painful.

    All in all, if things like the recently-publicized "our AI has escaped and attacked another corporation's networks" or even how the AI companies acquired their training-data hadn't already adequately illustrated things, the
    curl <URL> | <INTERPRETER> method just smacks of an organization that doesn't particularly care about security. Not reassuring.

  5. Irregular - cyber-sikkerheds-evaluerings-firmaet bag test, hvor AI-modeller fra Anthropic, OpenAI og Meta kompromitterede det virkelige computer-systemer - har afvist at sige, om nogen af dets andre kunder også var påvirket af den samme underliggende fejl #sandbox

    Adspurgt direkte, om - offentligt kendte virksomheder - var de eneste, der havde oplevet problemet, sagde en talsmand, at selskabets undersøgelse var i gang, og at de ikke kunne "gå i yderligere detaljer."
    therecord.media/irregular-ai-s

  6. Irregular - cyber-sikkerheds-evaluerings-firmaet bag test, hvor AI-modeller fra Anthropic, OpenAI og Meta kompromitterede det virkelige computer-systemer - har afvist at sige, om nogen af dets andre kunder også var påvirket af den samme underliggende fejl #sandbox

    Adspurgt direkte, om - offentligt kendte virksomheder - var de eneste, der havde oplevet problemet, sagde en talsmand, at selskabets undersøgelse var i gang, og at de ikke kunne "gå i yderligere detaljer."
    therecord.media/irregular-ai-s

  7. J'ai craqué, j'ai pris un abonnement #Claude code, mais comme je ne voulais pas faire les choses n'importe comment au niveau #Sécurité, j'ai Sandboxé Claude dans un namespace #Firejail pour l'utiliser "sereinement" avec mon IDE #LazyVim

    drupalista.dev/blog/2026/08/in

    #AI #Sandbox #SafetyFirst #Linux

  8. J'ai craqué, j'ai pris un abonnement #Claude code, mais comme je ne voulais pas faire les choses n'importe comment au niveau #Sécurité, j'ai Sandboxé Claude dans un namespace #Firejail pour l'utiliser "sereinement" avec mon IDE #LazyVim

    drupalista.dev/blog/2026/08/in

    #AI #Sandbox #SafetyFirst #Linux

  9. New Principia video up! I cut up a bunch of level showcase videos into a trailer of sorts to commemorate the 4 year anniversary of Principia as an open source project.

    youtube.com/watch?v=bSuNKfZWzyw

    #foss #opensource #video #sandbox #game

  10. New Principia video up! I cut up a bunch of level showcase videos into a trailer of sorts to commemorate the 4 year anniversary of Principia as an open source project.

    youtube.com/watch?v=bSuNKfZWzyw

    #foss #opensource #video #sandbox #game

  11. I have an idea. I want to build a new section on my site which is all about #SoloRPG play in a #sandbox. It would have explanations about how to generate things on the fly (on the fly generation is key for solo play) - quests, NPCs, hex terrain, dungeons, etc.

    The goal would be that people could have that page up as they play, and it would help them when they got stuck or needed some sort of content generated, etc.

    But I just realized that I would need to make a dungeon generator first.

  12. I have an idea. I want to build a new section on my site which is all about #SoloRPG play in a #sandbox. It would have explanations about how to generate things on the fly (on the fly generation is key for solo play) - quests, NPCs, hex terrain, dungeons, etc.

    The goal would be that people could have that page up as they play, and it would help them when they got stuck or needed some sort of content generated, etc.

    But I just realized that I would need to make a dungeon generator first.

  13. "We" are clearly not doing sandboxes and guardrails correctly. Both Anthropic's and OpenAI's models breached test-environment boundaries during UK AI Security Institute evaluations. OpenAI's escaped a sandbox into real Hugging Face infrastructure (something like 17,600 logged actions over 4 days); while Anthropic's used fake identities to reach 3 real organizations from a test environment.

    These stories made it to NPR. So, mainstream.

    #AI #Guardrails #Sandbox #InfoSec

  14. "We" are clearly not doing sandboxes and guardrails correctly. Both Anthropic's and OpenAI's models breached test-environment boundaries during UK AI Security Institute evaluations. OpenAI's escaped a sandbox into real Hugging Face infrastructure (something like 17,600 logged actions over 4 days); while Anthropic's used fake identities to reach 3 real organizations from a test environment.

    These stories made it to NPR. So, mainstream.

    #AI #Guardrails #Sandbox #InfoSec

  15. With this announcement, I would also like to ask for your financial support to help me do what I keep on doing and cover costs for the community site. For this month I have set a donation goal of 1000 SEK (approx. $100 USD).

    If we hit the goal, the Principia LuaScript API cheatsheet will be released freely (CC-BY 4.0) as a bonus to everyone.

    principia-web.se/august-2026-d

    #foss #opensource #gamedev #sandbox

  16. With this announcement, I would also like to ask for your financial support to help me do what I keep on doing and cover costs for the community site. For this month I have set a donation goal of 1000 SEK (approx. $100 USD).

    If we hit the goal, the Principia LuaScript API cheatsheet will be released freely (CC-BY 4.0) as a bonus to everyone.

    principia-web.se/august-2026-d

    #foss #opensource #gamedev #sandbox

  17. On the 6th of August 2022, the source code of Principia was published as BSD-3, allowing the community to continue the game where it had left off in late 2014. Today, this day was four years ago now.

    Read more about the game's journey since then in this news article:

    principia-web.se/news/32

    #opensource #foss #sandbox #linux #android

  18. On the 6th of August 2022, the source code of Principia was published as BSD-3, allowing the community to continue the game where it had left off in late 2014. Today, this day was four years ago now.

    Read more about the game's journey since then in this news article:

    principia-web.se/news/32

    #opensource #foss #sandbox #linux #android

  19. Sind Admins in US-Konzernen eigentlich nur noch unfähig?

    Erst meinte OpenAI ja, mithilfe eines AI-Agents HuggingFace angreifen zu müssen. Dann kam Anthropic mit Claude um die Ecke und griff OpenAI an.

    Ich nenn’ es extra nicht „Hacking“, dafür müssten die Startup-Wichser ja überhaupt irgendwelche Sicherungen verbauen, aber das ist in ihrem Token-Maxxing-Prozess nicht vorgesehen, wird auch alles viel zu teuer.

    Und das Gebrabbel mit „ist aus der Sandbox ausgebrochen“ kann man wirklich nicht ernst nehmen, wenn die „Sandbox“ nur Teil des Prompts ist, der da sagt: „Du hast keinen Zugang zum Internet“. Jeder halbwegs noch intelligente Netzwerk-Admin würde jetzt die Hände über’m Kopf zusammenschlagen und sagen: „Ey, ich sperr’ die Kisten ein, gar kein Problem!“

    Nun kann man diese Leute „natürlich nicht“ bei milliardenschweren „Startups“ wie OpenAI oder Anthropic erwarten. Aber wie sieht das eigentlich bei ehemaligen Startups aus, die das schon seit 20 Jahren machen? Nun, überraschend ähnlich: „Auch KI von Meta hackte sich in eine andere Firma“.

    Bei einem börsennotierten Unternehmen haben die Admins ihr Netzwerk und alle Geräte darin nicht unter Kontrolle? Was sagt die Börsenaufsicht dazu, dass man da offenbar einfach Daten raustragen kann? Was ist so schwer daran, den Maschinen im Netzwerk den Kontakt zur Außenwelt zu verbieten, wenn man herumtesten und forschen will? Schlimm genug, das überhaupt mit LLMs und Agents zu machen, aber von einer Sandbox zu schwafeln, die keine ist. Nun, wahrscheinlich hat denen das LLM vorgeschlagen, die Sandbox einfach im Prompt zu definieren.

    🔗

    #shortpost #blogpost #blog #AI #Meta #OpenAI #Anthropic #Sandbox #Claude #Netzwerksicherheit #Admin

  20. Sind Admins in US-Konzernen eigentlich nur noch unfähig?

    Erst meinte OpenAI ja, mithilfe eines AI-Agents HuggingFace angreifen zu müssen. Dann kam Anthropic mit Claude um die Ecke und griff OpenAI an.

    Ich nenn’ es extra nicht „Hacking“, dafür müssten die Startup-Wichser ja überhaupt irgendwelche Sicherungen verbauen, aber das ist in ihrem Token-Maxxing-Prozess nicht vorgesehen, wird auch alles viel zu teuer.

    Und das Gebrabbel mit „ist aus der Sandbox ausgebrochen“ kann man wirklich nicht ernst nehmen, wenn die „Sandbox“ nur Teil des Prompts ist, der da sagt: „Du hast keinen Zugang zum Internet“. Jeder halbwegs noch intelligente Netzwerk-Admin würde jetzt die Hände über’m Kopf zusammenschlagen und sagen: „Ey, ich sperr’ die Kisten ein, gar kein Problem!“

    Nun kann man diese Leute „natürlich nicht“ bei milliardenschweren „Startups“ wie OpenAI oder Anthropic erwarten. Aber wie sieht das eigentlich bei ehemaligen Startups aus, die das schon seit 20 Jahren machen? Nun, überraschend ähnlich: „Auch KI von Meta hackte sich in eine andere Firma“.

    Bei einem börsennotierten Unternehmen haben die Admins ihr Netzwerk und alle Geräte darin nicht unter Kontrolle? Was sagt die Börsenaufsicht dazu, dass man da offenbar einfach Daten raustragen kann? Was ist so schwer daran, den Maschinen im Netzwerk den Kontakt zur Außenwelt zu verbieten, wenn man herumtesten und forschen will? Schlimm genug, das überhaupt mit LLMs und Agents zu machen, aber von einer Sandbox zu schwafeln, die keine ist. Nun, wahrscheinlich hat denen das LLM vorgeschlagen, die Sandbox einfach im Prompt zu definieren.

    🔗

    #shortpost #blogpost #blog #AI #Meta #OpenAI #Anthropic #Sandbox #Claude #Netzwerksicherheit #Admin

  21. 🐹 BitMiracle-AI/Dormice

    Self-hosted sandbox platform for AI agents with permanent, cost-free idle sandboxes and E2B compatibility

    ⭐ Stars: 474
    📅 Last Update: Aug 05, 2026

    github.com/BitMiracle-AI/Dormi

    #selfhosted #homelab #selfhost #selfhosting #opensource #sandbox #aiagents

  22. Outlaws of the North

    My group is headed to Imperial Hill next session, named for the old fort on the hill when this was the old border of the empire hundreds of years ago.

    What are some interesting places to see there? Fun facts? Signature produce?

    It does sit in the middle of Marsanne wine country.

    #TTRPG #Nimble #NimbleRpg #GMPrep #NSR #OSR #DnD #Sandbox

  23. Outlaws of the North

    My group is headed to Imperial Hill next session, named for the old fort on the hill when this was the old border of the empire hundreds of years ago.

    What are some interesting places to see there? Fun facts? Signature produce?

    It does sit in the middle of Marsanne wine country.

    #TTRPG #Nimble #NimbleRpg #GMPrep #NSR #OSR #DnD #Sandbox

  24. So you know back in the gmod 10 days (circa 2007) when people built forts and some had a stargate to get in them? Well there is a Stargate mod for S&Box's "Sandbox" gamemode and I thought I'd try to make a gmod-style fort with it. Looks like a ramshackle shack but I think it turned out well overall. :apartyblobcat:

    I wish this gamemode had lamps/lights like gmod to give some lighting in the fort, but it is fascinating seeing proper shadows where the sun peaked in! 👀

    #sandbox #sandboxgame #stargate #stargatemod #gmodfort #gaming

  25. So you know back in the gmod 10 days (circa 2007) when people built forts and some had a stargate to get in them? Well there is a Stargate mod for S&Box's "Sandbox" gamemode and I thought I'd try to make a gmod-style fort with it. Looks like a ramshackle shack but I think it turned out well overall. :apartyblobcat:

    I wish this gamemode had lamps/lights like gmod to give some lighting in the fort, but it is fascinating seeing proper shadows where the sun peaked in! 👀

    #sandbox #sandboxgame #stargate #stargatemod #gmodfort #gaming

  26. #OpenAI is investigating an incident where one of its #agents escaped its #sandbox|ed environment and hacked #HuggingFace. Anonymous sources claim more agents have escaped, but these #incidents are #downplayed as they didn’t leave OpenAI’s network. techcrunch.com/2026/07/31/open #AIagent #AI #ML #NLP #LLM #GenAI

  27. #OpenAI is investigating an incident where one of its #agents escaped its #sandbox|ed environment and hacked #HuggingFace. Anonymous sources claim more agents have escaped, but these #incidents are #downplayed as they didn’t leave OpenAI’s network. techcrunch.com/2026/07/31/open #AIagent #AI #ML #NLP #LLM #GenAI

  28. Just days after OpenAI admitted that one of its advanced models had broken out of its sandbox to attack Hugging Face Anthropic came out with its own confession of accidental hacking.

    So, are they a warning bell or just a sophisticated PR exercises by companies looking to stay in the headlines ahead of going public?

    computing.co.uk/news-analysis/

    #openai #anthropic #claude #infosec #technews #sandbox

  29. Just days after OpenAI admitted that one of its advanced models had broken out of its sandbox to attack Hugging Face Anthropic came out with its own confession of accidental hacking.

    So, are they a warning bell or just a sophisticated PR exercises by companies looking to stay in the headlines ahead of going public?

    computing.co.uk/news-analysis/

    #openai #anthropic #claude #infosec #technews #sandbox