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 coherent Zoho Cliq channel plugin that uses expected webhook, OAuth, and message-control access for its stated purpose.
Before installing, configure a strong webhookSecret, keep clientSecret and refreshToken in SecretRefs or environment variables, avoid dmPolicy open or wildcard allowFrom unless the workspace is fully trusted, and use group/tool policies to limit who can make the agent read, edit, delete, or react to Cliq messages.
SkillSpector was not run because this plugin release contains no bundled skills.
62/62 vendors flagged this plugin as clean.
Detected: suspicious.exposed_secret_literal
clientSecret: "[REDACTED]",
clientSecret: "[REDACTED]",
const oauthBody = opts.oauthBody ?? { access_token: "[REDACTED]", expires_in: 3600 };clientSecret: "[REDACTED]",
const cfg = cfgWith({ clientSecret: "[REDACTED]" });clientSecret: "[REDACTED]",