hybrid-search-implementation
Pass
Audited by Gen Agent Trust Hub on May 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Analysis of the skill instructions and provided Python code reveals no malicious patterns such as prompt injection, data exfiltration, or unauthorized command execution.- [SAFE]: The skill references standard, well-known libraries including
asyncpg,numpy,sentence-transformers, andelasticsearchfor its search implementation templates.- [SAFE]: The provided code templates for PostgreSQL and Elasticsearch follow typical patterns for hybrid search. A best practice violation was noted in thePostgresHybridSearchclass where SQL query keys are dynamically interpolated, which could lead to SQL injection if used with untrusted input keys; however, this is an implementation detail within a provided template rather than a malicious feature of the skill itself.
Audit Metadata