redis-query-engine
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of instructional content and code snippets for interacting with Redis Search.
- Evidence: All documentation and examples in
SKILL.mdand thereferences/directory use standard commands likeFT.CREATE,FT.SEARCH, andFT.ALIASADD. - [EXTERNAL_DOWNLOADS]: The skill references external documentation and source code repositories.
- Evidence: URLs point to
redis.ioandgithub.com/redis/agent-skills. As these are official domains and repositories for the author 'Redis', they are considered safe. - [INDIRECT_PROMPT_INJECTION]: The skill provides templates for building search queries that might process untrusted data.
- Ingestion points: Filter parameters in
FT.SEARCHqueries and document fields inFT.CREATE(e.g., inreferences/query-optimization.md). - Boundary markers: None explicitly shown for user-provided input in the code snippets.
- Capability inventory: Capability to execute search, aggregation, and index management commands via Redis clients.
- Sanitization: The skill recommends using
DIALECT 2inreferences/dialect.md, which provides better handling of special characters and predictable parsing.
Audit Metadata