Audit Case Rag
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw skill bundle is designed for a local-first RAG system for audit documents. All operations, including dependency installation, document indexing, and querying, are performed locally as described in SKILL.md. The Python script `audit_case_rag.py` uses standard libraries for text processing and document conversion, including `subprocess` to invoke LibreOffice (`soffice`) for Office-to-PDF conversion, which is a legitimate and explicitly stated function. There is no evidence of data exfiltration, unauthorized network communication, persistence mechanisms, or prompt injection attempts against the agent. All file system access is confined to user-specified directories for the RAG process.
