github.com/HKUDS/OpenSpace
Skill | Added | Review |
|---|---|---|
sandbox-fallback-execution-048d5a benchmarks/gdpval/skills/sandbox-fallback-execution-048d5a/SKILL.md Fallback method to execute Python code when execute_code_sandbox fails with e2b errors | 54 54 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
sandbox-failure-recovery benchmarks/gdpval/skills/sandbox-failure-recovery/SKILL.md Recover from execute_code_sandbox failures by writing code to file and executing via run_shell | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
sandbox-execution-fallback benchmarks/gdpval/skills/sandbox-execution-fallback/SKILL.md Recover from execute_code_sandbox failures by writing Python scripts to files and executing via run_shell | 61 61 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
sandbox-execution-fallback-717e65 benchmarks/gdpval/skills/sandbox-execution-fallback-717e65/SKILL.md Fallback from execute_code_sandbox to file-based run_shell execution when sandbox fails | 63 63 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
sandbox-execution-fallback-238489 benchmarks/gdpval/skills/sandbox-execution-fallback-238489/SKILL.md Fallback pattern for when execute_code_sandbox fails - write script to file and execute directly with run_shell | 53 53 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
sandbox-exec-fallback benchmarks/gdpval/skills/sandbox-exec-fallback/SKILL.md Fallback pattern for executing Python code when execute_code_sandbox fails by writing to file and running via shell | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
safe-video-concat-workflow benchmarks/gdpval/skills/safe-video-concat-workflow/SKILL.md Two-pass video concatenation workflow that avoids encoder compatibility issues by separating concat and audio mixing | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
safe-script-execution benchmarks/gdpval/skills/safe-script-execution/SKILL.md Fallback workflow for code execution when automated tools fail, using shell heredoc with verification | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
run-shell-python-file-io benchmarks/gdpval/skills/run-shell-python-file-io/SKILL.md Use run_shell with inline Python for reliable file I/O when execute_code_sandbox cannot access working directory files | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
run-shell-fallback benchmarks/gdpval/skills/run-shell-fallback/SKILL.md Use run_shell with inline Python as a reliable fallback when execute_code_sandbox or read_file fail | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
route-failed-searches-to-shell-agent benchmarks/gdpval/skills/route-failed-searches-to-shell-agent/SKILL.md Delegate web search tasks to shell_agent when direct search_web tool fails, using its retry mechanism and multi-step capabilities for resilient data gathering | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
robust-pdf-read benchmarks/gdpval/skills/robust-pdf-read/SKILL.md Reliably extract text from PDFs using pdftotext when standard file reading fails. | 60 60 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: c5a9c4b | |
robust-pdf-extraction benchmarks/gdpval/skills/robust-pdf-extraction/SKILL.md Multi-method PDF extraction with sequential fallback and OCR for scanned documents | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
robust-file-creation benchmarks/gdpval/skills/robust-file-creation/SKILL.md Fallback to run_shell and write_file when execute_code_sandbox or shell_agent fail on filesystem operations | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
resilient-spreadsheet-workflow benchmarks/gdpval/skills/resilient-spreadsheet-workflow/SKILL.md Resilient multi-step workflow for spreadsheet processing when execute_code_sandbox fails, using shell_agent exploration, file-based scripts, and verification steps | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
resilient-data-gathering benchmarks/gdpval/skills/resilient-data-gathering/SKILL.md Fallback pattern when primary tools fail - embed known data in scripts and persist to JSON for auditability | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
research-fallback benchmarks/gdpval/skills/research-fallback/SKILL.md Handle web research failures by pivoting to internal knowledge for content generation | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
research-fallback-robust benchmarks/gdpval/skills/research-fallback-enhanced/SKILL.md Handle web research failures with explicit error recognition and domain-specific fallback strategies | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
reportlab-styles benchmarks/gdpval/skills/reportlab-styles/SKILL.md Use reportlab's pre-defined styles from getSampleStyleSheet() correctly | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
reliable-script-execution benchmarks/gdpval/skills/reliable-script-execution/SKILL.md Execute Python scripts reliably using file-first approach instead of heredoc | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
reliable-pdf-extraction benchmarks/gdpval/skills/reliable-pdf-extraction/SKILL.md Use shell commands or Python libraries to extract PDF text when read_file PDF handler fails | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
reliable-pdf-extraction-ac5f89 benchmarks/gdpval/skills/reliable-pdf-extraction-ac5f89/SKILL.md Extract PDF text content using shell tools or Python libraries when read_file PDF handler fails | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
reliable-excel-workbook-creation benchmarks/gdpval/skills/reliable-excel-workbook-creation/SKILL.md Use run_shell with cd and heredoc syntax for complex Excel operations when read_file fails on XLSX or execute_code_sandbox fails on multi-step workbook creation | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
regulatory-research-fallback benchmarks/gdpval/skills/regulatory-research-fallback/SKILL.md Fallback workflow for regulatory research when web extraction tools fail on government PDFs | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
regulatory-fallback-research benchmarks/gdpval/skills/regulatory-fallback-research/SKILL.md Handle tool failures when researching regulatory/government content by using fallback methods and domain knowledge | 49 49 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b |