Skip to main content

keyarc-zero-knowledge

Facilitates client-side encryption and secure key management, ensuring sensitive data remains private and never exposed to the server.

Install this skill

or
91/100

Security score

The keyarc-zero-knowledge skill was audited on Feb 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227throw new Error(`Invalid secret value: ${secretValue}`);
low line 109

Fetch to external URL

SourceSKILL.md
109const response = await fetch('/api/auth/login', {
low line 122

Fetch to external URL

SourceSKILL.md
122const response = await fetch('/api/auth/login', {
low line 143

Fetch to external URL

SourceSKILL.md
143await fetch('/api/secrets', {
low line 159

Fetch to external URL

SourceSKILL.md
159await fetch('/api/secrets', {
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →