code-oss-logs
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFE
Full Analysis
- Log File Access: The skill provides instructions to access log directories located in the user's home directory ($HOME/.vscode-oss-dev/logs and $HOME/.vscode-oss-agents-dev/logs). This is a standard procedure for debugging development builds of VS Code based applications.
- File Content Inspection: The skill uses common command-line utilities like ls, tail, rg, and find to browse and search log files. These operations are limited to the specified log directories and are intended for investigating application behavior and errors.
- Data Ingestion Surface: The skill is designed to read content from log files generated during development runs (found in $HOME/.vscode-oss-dev/logs or similar paths). While reading untrusted data can pose a theoretical risk of indirect prompt injection, the skill's operations are limited to standard file-reading tools like tail and rg, which do not execute the content.
- Boundary Markers and Sanitization: The instructions do not specify explicit boundary markers or sanitization steps for the log content, as the skill relies on the user to interpret the results of the investigative commands.
Audit Metadata