Stop execute agents from decoding files in the sandbox - #1528
Open
baggiiiie wants to merge 1 commit into
Open
Conversation
The execute skill told agents to decode ToolFile.data and base64 content fields with runtime globals unavailable in QuickJS. Agents attempted atob and Buffer before falling back to the ToolFile path. - Tell agents to wrap base64 JSON byte fields in a ToolFile and emit them. - Explicitly prohibit decoding or transcoding with unavailable globals. - Clarify that Gmail attachments are already ToolFiles: emit them to display them, or pass their data through bodyBase64 to forward them. Closes UsefulSoftwareCo#1509
baggiiiie
force-pushed
the
docs/execute-skill-no-sandbox-decode
branch
2 times, most recently
from
August 4, 2026 12:29
ffb66fa to
98adc18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hey @RhysSullivan , i attempted a fix on the first half of issue #1509 regarding the base64 issue. please have a look and let me know if this fix is desirable :D
fix
The execute skill told agents to decode ToolFile.data and base64 content fields with runtime globals unavailable in QuickJS. Agents attempted atob and Buffer before falling back to the ToolFile path.
Closes #1509
verification
below is a fix verification with the same prompt from original issue: