Skip to main content

pairing

Facilitates user pairing, authentication, and trust management for secure access across channels.

Install this skill

or
40/100

Security score

The pairing skill was audited on Feb 22, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78console.log(`Pairing code: ${request.code}`);
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79console.log(`Expires: ${request.expiresAt}`);
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92console.log(`Valid code for user: ${valid.username}`);
medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93console.log(`Channel: ${valid.channelId}`);
medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141console.log(`Trust level: ${trust}`);
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162console.log(`Code: ${req.code}`);
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163console.log(`User: ${req.username} (${req.displayName})`);
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164console.log(`Requested: ${req.createdAt}`);
medium line 165

Template literal with variable interpolation in command context

SourceSKILL.md
165console.log(`Expires: ${req.expiresAt}`);
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177console.log(`${user.username}: ${user.trustLevel}`);
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178console.log(` Paired: ${user.pairedAt}`);
medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179console.log(` Approved by: ${user.approvedBy}`);
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →