risingwave-rust-analyzer
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard development tools including
rust-analyzer,cargo, andjq. The provided scriptscripts/list-crate-features.shinteracts with the local workspace metadata to help the agent or user select appropriate feature flags and packages for analysis. - [DATA_EXFILTRATION]: No network exfiltration patterns or unauthorized access to sensitive file paths (such as credentials or SSH keys) were detected. The operations are confined to the local workspace and standard Rust toolchain environment.
- [EXTERNAL_DOWNLOADS]: The skill does not perform any external downloads or execute remote scripts. It relies on locally installed development tools.
- [PROMPT_INJECTION]: The instructions are purely technical and task-oriented, focusing on code analysis workflow without any attempts to override safety filters or bypass system instructions.
- [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it processes workspace metadata and source code.
- Ingestion points: Workspace
Cargo.tomlfiles and Rust source files are processed viacargo metadataandrust-analyzerinSKILL.mdandscripts/list-crate-features.sh. - Boundary markers: None explicitly present in the bash script output format, but the data is structured as JSON via
jqbefore processing. - Capability inventory: The skill can execute
rust-analyzerandcargocommands inSKILL.mdandreferences/rust-analyzer-cli.md. - Sanitization: The helper script uses
jq's--argand--argjsonflags to safely handle package names and features, preventing command injection during the generation of suggested commands.
Audit Metadata