cocoindex-v1
Audited by Socket on Feb 22, 2026
1 alert found:
Security[Skill Scanner] [Documentation context] Installation of third-party script detected This skill is informational/documentation for CocoIndex v1 and its code examples are consistent with the stated purpose (building incremental data pipelines, embeddings, and LLM extraction). I find no signs of deliberate malicious code, obfuscation, or direct credential harvesting in the provided content. The primary security concerns are operational: (1) the examples will cause user data and any provided credentials (DATABASE_URL, LLM API keys) to be sent to external services (databases, LLM providers), which is expected but sensitive; (2) use of pre-release packages increases supply-chain risk if users do not pin or audit dependencies. Treat LLM calls and DB connectors as high-sensitivity flows — validate and protect secrets, and audit installed dependencies before use. LLM verification: [LLM Escalated] The provided file is documentation and examples for a data-pipeline library (CocoIndex v1). There is no direct evidence of malicious code or obfuscation in this document. The main security concerns are operational and supply-chain: use of pre-release/unpinned dependencies, instructions that trigger downloads (pip, docker-compose), and examples that send potentially sensitive data to external LLMs and remote databases without guidance on secure provider configuration or data handling. Recommend: