wavelet
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of CLI tools (e.g.,
npx wavelet dev,npx wavelet push) and provides configuration for an MCP server running@risingwave/wavelet-mcp. These tools are for project initialization, database synchronization, and agent integration. - [PROMPT_INJECTION]: Documentation includes MCP tools such as
run_sqlandquery_viewwhich ingest data from external databases. This creates a surface for indirect prompt injection if the database contains untrusted data. • Ingestion points: Database query results viaquery_viewandrun_sqlin SKILL.md. • Boundary markers: None identified. • Capability inventory:run_sql,emit_event,emit_batch, and CLI sync commands. • Sanitization: Supports JWT-basedfilterByfor enforcing row-level security. - [CREDENTIALS_UNSAFE]: The configuration examples use placeholder connection strings (e.g.,
postgres://user:pass@host:5432/db) and correctly recommend the use of environment variables for sensitive data likeJWT_SECRETandPOSTGRES_URL.
Audit Metadata