github.com/HKUDS/OpenSpace
Skill | Added | Review |
|---|---|---|
python-spreadsheet-debug benchmarks/gdpval/skills/python-spreadsheet-debug/SKILL.md Systematic Python debugging workflow for spreadsheet tasks to isolate environment issues from script logic | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-shell-workaround benchmarks/gdpval/skills/python-shell-workaround/SKILL.md Workaround for executing Python code with external packages when sandbox fails | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-shell-fallback benchmarks/gdpval/skills/python-shell-fallback/SKILL.md Fallback to shell execution when sandbox fails for library-dependent Python code | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-heredoc-fallback benchmarks/gdpval/skills/python-heredoc-fallback/SKILL.md Use shell Python heredoc as fallback when code sandbox fails | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-execution-fallback benchmarks/gdpval/skills/python-execution-fallback/SKILL.md Four-step recovery workflow for code execution failures when inline Python fails | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-execution-fallback-9d4989 benchmarks/gdpval/skills/python-execution-fallback-9d4989/SKILL.md Fallback method for executing Python when execute_code_sandbox fails with unknown errors | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-debug-pattern benchmarks/gdpval/skills/python-debug-pattern/SKILL.md Debug Python script execution failures by capturing full output with exit codes and verifying working directory before file operations | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-debug-execution benchmarks/gdpval/skills/python-debug-execution/SKILL.md Debug Python scripts with proper error surfacing and working directory verification | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
python-debug-execution-911f17 benchmarks/gdpval/skills/python-debug-execution-911f17/SKILL.md Debug Python script execution failures by capturing full tracebacks and verifying working directory | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
prioritize-reference-files benchmarks/gdpval/skills/prioritize-reference-files/SKILL.md Ensures agents read and use provided reference files before searching or fabricating data | 51 51 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
prioritize-reference-files-6e4111 benchmarks/gdpval/skills/prioritize-reference-files-6e4111/SKILL.md Always read and use provided reference files for data before attempting external searches or fabricating information | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
prioritize-context-data benchmarks/gdpval/skills/prioritize-context-data/SKILL.md Ensures agents check and use provided context files for data before attempting external searches. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
resilient-context-extraction benchmarks/gdpval/skills/prioritize-context-data-enhanced/SKILL.md Ensures agents extract data from context files with validation and fallback strategies before resorting to assumptions or external searches. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
pptx-validation-fallback benchmarks/gdpval/skills/pptx-validation-fallback/SKILL.md Validate PowerPoint files using python-pptx when read_file fails | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
pptx-shell-verify benchmarks/gdpval/skills/pptx-shell-verify/SKILL.md Verify PowerPoint presentation contents using python-pptx via shell when standard file readers fail | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
pptx-file-validation benchmarks/gdpval/skills/pptx-file-validation/SKILL.md Validate PowerPoint files using python-pptx when standard file readers fail | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
pptx-debug-workflow benchmarks/gdpval/skills/pptx-debug-workflow/SKILL.md Systematic debugging workflow for python-pptx presentation generation | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
ppt-workflow-location benchmarks/gdpval/skills/ppt-workflow-location/SKILL.md Generate PowerPoint files using shell_agent and locate them in nested workspace directories | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
ppt-generation-resilient benchmarks/gdpval/skills/ppt-workflow-location-enhanced/SKILL.md Resilient PowerPoint generation with shell_agent primary path and python-pptx fallback | — | |
ppt-generation-resilient benchmarks/gdpval/skills/ppt-workflow-location-enhanced-877e03/SKILL.md Robust PowerPoint generation with shell_agent primary approach and python-pptx fallback, including working directory verification and inline error debugging | — | |
ppt-reliable-creation benchmarks/gdpval/skills/ppt-workflow-location-enhanced-72b4a5/SKILL.md Robust PowerPoint generation with shell_agent primary and python-pptx fallback, including directory verification and error debugging | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
pdftotext-fallback benchmarks/gdpval/skills/pdftotext-fallback/SKILL.md Recover PDF text extraction when read_file returns binary data by using pdftotext via shell | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
pdf-verification benchmarks/gdpval/skills/pdf-verification/SKILL.md Verify PDF page counts and file integrity programmatically using PyPDF2 after generation | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
pdf-verification-cli benchmarks/gdpval/skills/pdf-verification-cli/SKILL.md Verify PDF page count and content using command-line tools when Python libraries unavailable | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: c5a9c4b | |
pdf-verification-check benchmarks/gdpval/skills/pdf-verification-check/SKILL.md Verify generated PDFs for integrity and page count using PyPDF2 before task completion. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b |