>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #452
Update issue details
Title *
Description
In sandboxed_executor.py lines 187-188, args/kwargs are embedded in single-quoted strings: ```python args = json.loads('{args_json}') kwargs = json.loads('{kwargs_json}') ``` When JSON contains text with backslash-single-quote sequences (like \\'don\\'t\\' or escaped chars), the generated Python code has invalid syntax. **Evidence from logs:** - extract_first_n_lines task with Sherlock Holmes text (76K lines) - Sandbox fails with: SyntaxError: invalid syntax. Perhaps you forgot a comma? - Falls back to direct execution successfully **Fix:** Use triple-quoted strings or base64 encoding for safe transport
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel