File appears to expose a hardcoded API secret or token.
Critical
- Code
- suspicious.exposed_secret_literal
- Location
- dist/src/setup-wizard.js:9
- Evidence
clientSecret: "[REDACTED]",
Security audit
Security checks across malware telemetry and agentic risk
This is a disclosed Zoho Cliq channel plugin that uses OAuth and a protected webhook to connect OpenClaw to Cliq; I found no hidden install behavior or unrelated data access.
Install only if you intend to let OpenClaw operate as a Zoho Cliq bot. Use a strong webhookSecret, prefer SecretRefs or environment-backed secrets for clientSecret and refreshToken, keep dmPolicy on allowlist or pairing unless the workspace is trusted, and grant only the Zoho OAuth scopes needed for the features you will use.
SkillSpector was not run because this plugin release contains no bundled skills.
61/61 vendors flagged this plugin as clean.
Detected: suspicious.exposed_secret_literal
clientSecret: "[REDACTED]",
clientSecret: "[REDACTED]",
Authorization: "[REDACTED]",
const oauthBody = opts.oauthBody ?? { access_token: "[REDACTED]", expires_in: 3600 };clientSecret: "[REDACTED]",
const cfg = cfgWith({ clientSecret: "[REDACTED]" });clientSecret: "[REDACTED]",