Back to plugin

Security audit

Corpus RAG & KG Search

Security checks across malware telemetry and agentic risk

Overview

This plugin appears to be a legitimate internal RAG and knowledge-graph search integration, but it handles API credentials in a way users should review before installing.

Install only if you trust the publisher and the API endpoint you configure. Treat search queries as leaving the local agent environment, avoid putting passwords or private tokens in queries, and do not run the bundled setup helper in shared or logged terminals unless credentials are masked and the OpenClaw config file permissions are appropriate.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

VirusTotal

61/61 vendors flagged this plugin as clean.

View on VirusTotal

Static analysis

Detected: suspicious.exposed_secret_literal

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
dist/src/tools/http.js:58
Evidence
const apiKey = [REDACTED]();