Skip to main content

agent-security-manager

Implements advanced security mechanisms for distributed consensus protocols, ensuring cryptographic integrity and threat detection.

Install this skill

or
80/100

Security score

The agent-security-manager skill was audited on Feb 27, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 442

Template literal with variable interpolation in command context

SourceSKILL.md
442id: `backup_${index}`,
medium line 443

Template literal with variable interpolation in command context

SourceSKILL.md
443encryptedShare: await this.encryptBackupShare(share, `password_${index}`),
medium line 471

Template literal with variable interpolation in command context

SourceSKILL.md
471throw new Error(`Backup integrity check failed for ${backupIds[i]}`);
medium line 490

Template literal with variable interpolation in command context

SourceSKILL.md
490key: `security_metrics_${Date.now()}`,
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →