Skip to main content

Knack Reporting Sync

Automates reporting for the Digital Champion Grant, ensuring compliance and generating detailed stakeholder reports from operational data.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271console.log(`Auto-generating ${quarter} ${year} report...`);
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275subject: `${quarter} ${year} Report Ready for Review`,
medium line 355

Template literal with variable interpolation in command context

SourceSKILL.md
355const template = `
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363${metrics.highlights.map(h => `- ${h}`).join('\n')}
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →