github.com/HKUDS/OpenSpace
Skill | Added | Review |
|---|---|---|
document-direct-python benchmarks/gdpval/skills/spreadsheet-direct-python-merged/SKILL.md Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
document-python-direct benchmarks/gdpval/skills/spreadsheet-direct-python-merged-f07ee1/SKILL.md Use direct Python execution for reliable spreadsheet and document/PDF generation operations | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
document-python-direct-exec benchmarks/gdpval/skills/spreadsheet-direct-python-merged-343937/SKILL.md Use direct Python execution for reliable spreadsheet and document/PDF generation operations | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-python-file-exec benchmarks/gdpval/skills/spreadsheet-direct-python-enhanced/SKILL.md Execute Python scripts from files for reliable spreadsheet operations, avoiding heredoc issues with shell_agent | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-validated-exec benchmarks/gdpval/skills/spreadsheet-direct-python-enhanced-enhanced-f0b1db/SKILL.md Execute Python scripts for spreadsheets with prerequisite data validation and source accessibility checks | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-source-validated benchmarks/gdpval/skills/spreadsheet-direct-python-enhanced-enhanced-2e6773/SKILL.md Execute Python scripts for spreadsheet operations with mandatory source data validation and fallback protocols | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-audit-edit-validate benchmarks/gdpval/skills/spreadsheet-audit-edit-validate/SKILL.md Safely update Excel workbooks by first locating candidate files, verifying workbook structure before editing, and running post-write validation against required sheets, populated columns, and sample counts. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-proof-gate benchmarks/gdpval/skills/spreadsheet-audit-edit-validate-merged/SKILL.md Edit Excel workbooks only after anchored preflight audit, then require deterministic Python/openpyxl post-write proof that every requested criterion is satisfied or explicitly reconciled before finalizing. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
spreadsheet-struct-verified benchmarks/gdpval/skills/spreadsheet-audit-edit-validate-enhanced/SKILL.md Create and modify Excel workbooks with mandatory deterministic Python verification of workbook structure, required sheets, populated columns, and sample counts before reporting completion. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
soap-note-creation benchmarks/gdpval/skills/soap-note-creation/SKILL.md Create structured medical SOAP notes with all four components in a single comprehensive file write | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
soap-note-creation-b354d8 benchmarks/gdpval/skills/soap-note-creation-b354d8/SKILL.md Create structured medical SOAP notes by writing comprehensive content to a file in one iteration | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
shell-python-heredoc benchmarks/gdpval/skills/shell-python-heredoc/SKILL.md Execute complex Python code via run_shell heredoc when execute_code_sandbox fails | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
shell-python-fallback benchmarks/gdpval/skills/shell-python-fallback/SKILL.md Use run_shell with embedded Python heredoc as reliable fallback when code execution tools fail | 63 63 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: c5a9c4b | |
shell-error-debug-workflow benchmarks/gdpval/skills/shell-error-debug-workflow/SKILL.md Systematic workflow for diagnosing and resolving unknown errors from run_shell commands | 49 49 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: c5a9c4b | |
shell-doc-gen-and-locate benchmarks/gdpval/skills/shell-doc-gen-and-locate/SKILL.md Generate documents via shell commands and locate nested outputs using find. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
shell-agent-file-workflow benchmarks/gdpval/skills/shell-agent-file-workflow/SKILL.md Delegate file generation to shell_agent when direct tools fail, with systematic file location and retrieval | 49 49 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: c5a9c4b | |
shell-agent-file-ops benchmarks/gdpval/skills/shell-agent-file-ops/SKILL.md Leverage shell_agent for autonomous file creation and modification with automatic tool selection and error recovery | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
shell-agent-delegation benchmarks/gdpval/skills/shell-agent-delegation/SKILL.md Delegate complex tasks to shell_agent when direct tool execution fails, leveraging autonomous error recovery and library selection | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
search-fallback-workflow benchmarks/gdpval/skills/search-fallback-workflow/SKILL.md Graceful degradation workflow for continuing tasks when web search tools fail, using internal knowledge with verification caveats | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
search-fail-pivot benchmarks/gdpval/skills/search-fail-pivot/SKILL.md Heuristic for detecting search tool failures and pivoting to domain knowledge for document generation | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
sandbox-file-discovery-and-validation benchmarks/gdpval/skills/sandbox-file-discovery-and-validation/SKILL.md Use shell tools safely in sandboxed environments by discovering files from real workspace roots instead of assumed user folders, then explicitly verifying output artifacts after generation. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
sandbox-fallback-python benchmarks/gdpval/skills/sandbox-fallback-python/SKILL.md Fallback to run_shell with embedded Python when execute_code_sandbox fails due to e2b unavailability | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
sandbox-fallback-python-e5d7ae benchmarks/gdpval/skills/sandbox-fallback-python-e5d7ae/SKILL.md Fallback to run_shell with Python heredoc when execute_code_sandbox fails | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: c5a9c4b | |
sandbox-fallback-execution benchmarks/gdpval/skills/sandbox-fallback-execution/SKILL.md Fallback workflow for executing Python code when execute_code_sandbox fails | 54 54 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b | |
sandbox-fallback-execution-5eda7b benchmarks/gdpval/skills/sandbox-fallback-execution-5eda7b/SKILL.md Fallback pattern for executing Python code when sandbox execution fails by writing scripts to disk and running via shell | 64 64 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: c5a9c4b |