get-search-view-results
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- Data Retrieval Surface: The skill is designed to fetch current search results from the IDE. While this involves processing content that could potentially contain untrusted data from the search context, it is a core feature of the tool's intended utility.
- Command Integration: It utilizes the internal VS Code command
search.action.getSearchResultsvia a helper tool. This is a standard practice for interacting with the VS Code environment. - Operational Parameters: The use of the
skipCheckargument is a configuration detail for the VS Code command execution logic to ensure the command runs efficiently within the established environment.
Audit Metadata