get-search-view-results
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- Workspace Data Ingestion: The skill instructs the agent to fetch content from the VS Code Search view. This allows the agent to process snippets of code or text from the local workspace to assist the user.
- Ingestion points: Search results retrieved from the VS Code Search view (referenced in SKILL.md).
- Boundary markers: None explicitly defined in the skill instructions.
- Capability inventory: The skill uses the
copilot_runVscodeCommandtool to execute internal VS Code actions. - Sanitization: Standard agent-level sanitization applies; no specific instructions for filtering search content are provided.
- Command Execution Optimization: The instructions suggest passing the
skipCheckargument as true. This is a technical configuration used to bypass the tool's built-in command verification step, assuming the specific VS Code command is known to be available in the environment.
Audit Metadata