ast-grep-outline
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and usage examples for the
ast-grepcommand-line tool. It is designed to help the agent explore codebases by providing structural outlines (imports, exports, functions, etc.). - [COMMAND_EXECUTION]: The instructions involve executing the
ast-greputility locally on the file system. These commands are used for reading and mapping code structure, not for modifying the system or executing arbitrary code. One example usesgit diff --name-onlyto identify files for analysis, which is a standard development workflow. - [DATA_EXPOSURE]: The tool accesses local source code files to generate outlines. It does not access sensitive directories (like
.sshor.aws), environment variables, or hardcoded credentials. There are no network operations to send data to external servers. - [INDIRECT_PROMPT_INJECTION]: The skill processes local source code provided in the project environment. While these files are external inputs, the
ast-grep outlinetool performs syntax-only analysis and the skill does not interpolate the content into sensitive agent instructions or system prompts. Boundary markers are absent, but the tool's focused purpose limits the risk. (Severity: LOW)
Audit Metadata