yb-rag-langchain
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for using YugabyteDB with the
langchain_postgreslibrary. All external references and connection patterns are consistent with the official Yugabyte vendor infrastructure (e.g., using port 5433 for YSQL). - [SAFE]: Connection examples use placeholders and generic local credentials (
yugabyte:yugabyte@localhost:5433/yugabyte), which is the default for local development. It does not leak production credentials or sensitive file paths. - [SAFE]: The skill correctly advises the use of
psycopg[binary], the standard and recommended driver forlangchain_postgres. - [SAFE]: Instructions for index creation (
apply_vector_index) and SQL operations use standard, non-malicious patterns. There is no evidence of command injection or unauthorized privilege escalation.
Audit Metadata