github.com/HKUDS/OpenSpace
Skill | Added | Review |
|---|---|---|
fallback-script-execution benchmarks/gdpval/skills/fallback-script-execution/SKILL.md Two-step script execution workflow for debugging when shell_agent and execute_code_sandbox consistently fail | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
fallback-python-shell benchmarks/gdpval/skills/fallback-python-shell/SKILL.md Use run_shell with Python heredoc when execute_code_sandbox or read_file fail | 53 53 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: c5a9c4b | |
fallback-python-execution benchmarks/gdpval/skills/fallback-python-execution/SKILL.md Reliable Python execution workflow when execute_code_sandbox or shell_agent fail | 63 63 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
fallback-file-ops benchmarks/gdpval/skills/fallback-file-ops/SKILL.md Use run_shell as fallback when execute_code_sandbox or shell_agent fail on filesystem operations | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
fallback-file-creation benchmarks/gdpval/skills/fallback-file-creation/SKILL.md Fallback pattern for reliable file creation when code execution tools fail | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
fallback-code-execution benchmarks/gdpval/skills/fallback-code-execution/SKILL.md Fallback workflow for running code via file write and shell when sandbox execution fails | 61 61 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
execute-code-fallback benchmarks/gdpval/skills/execute-code-fallback/SKILL.md Fallback from execute_code_sandbox to run_shell when e2b sandbox is unavailable | 57 57 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
excel-unmerge-before-write benchmarks/gdpval/skills/excel-unmerge-before-write/SKILL.md Unmerge merged cells in openpyxl worksheets before writing values to avoid AttributeError | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
excel-subtotal-audit benchmarks/gdpval/skills/excel-subtotal-audit/SKILL.md Audit generated Excel reports by enumerating populated output rows, exposing formulas, and checking that each subtotal range includes all visible detail rows. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
excel-heredoc-workaround benchmarks/gdpval/skills/excel-heredoc-workaround/SKILL.md Create Excel files with openpyxl by falling back to run_shell with inline Python heredoc when execute_code_sandbox fails | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
excel-heredoc-fallback benchmarks/gdpval/skills/excel-heredoc-fallback/SKILL.md Create Excel files with openpyxl by falling back to shell-based Python heredoc when sandbox execution fails | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
excel-debug-extraction benchmarks/gdpval/skills/excel-debug-extraction/SKILL.md Iteratively debug Excel structure with exploratory scripts before writing extraction logic | 55 55 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
excel-creation-fallback benchmarks/gdpval/skills/excel-creation-fallback/SKILL.md Use shell_agent as fallback when execute_code_sandbox fails for Excel file operations | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
docx-shell-workaround benchmarks/gdpval/skills/docx-shell-workaround/SKILL.md Handle docx files using shell-based XML extraction and python-docx via run_shell when standard tools fail | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
docx-shell-parse benchmarks/gdpval/skills/docx-shell-parse/SKILL.md Extract text from DOCX files using shell commands when python-docx is unavailable | 55 55 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
docx-parse-resilient benchmarks/gdpval/skills/docx-shell-parse-enhanced/SKILL.md Extract text from DOCX files with shell-primary approach and Python zipfile fallback for maximum reliability | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
docx-dual-parse benchmarks/gdpval/skills/docx-shell-parse-enhanced-4bba79/SKILL.md Extract text from DOCX files using shell or Python zipfile, with environment-aware fallback | 59 59 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
docx-shell-extract benchmarks/gdpval/skills/docx-shell-extract/SKILL.md Extract text from DOCX files using shell commands when python-docx is unavailable | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
docx-read-fallback benchmarks/gdpval/skills/docx-read-fallback/SKILL.md Use run_shell with python-docx as reliable fallback when read_file fails on .docx files | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
document-gen-fallback benchmarks/gdpval/skills/document-gen-fallback/SKILL.md Fallback workflow for multi-format document generation when shell_agent encounters errors | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
document-gen-unicode-safe benchmarks/gdpval/skills/document-gen-fallback-enhanced/SKILL.md Unicode-safe fallback workflow for multi-format document generation with character sanitization and explicit error capture | — | |
resilient-document-pipeline benchmarks/gdpval/skills/document-gen-fallback-enhanced-merged/SKILL.md Unified document generation with tool failure detection, domain knowledge fallback, progressive conversion, and Unicode safety | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
document-gen-resilient-workflow benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced/SKILL.md Robust document generation with engine fallback chain, error diagnostics, and Python alternatives | — | |
document-gen-unicode-safe benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced-c5d426/SKILL.md Unicode-safe fallback workflow for multi-format document generation with character sanitization | — | |
document-gen-dual-backend benchmarks/gdpval/skills/document-gen-fallback-enhanced-enhanced-9f3b1f/SKILL.md Document generation with direct pandoc/ReportLab execution (lightweight default) and optional shell_agent fallback for complex scenarios | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b |