Skip to main content

deduplication

Facilitates event deduplication through canonical selection and reputation scoring for optimized multi-source data aggregation.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107return `${normalizedTitle}|${dateStr}`;
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188console.log(`[Dedup] ${totalArticles} → ${items.length} (${reductionPercent}% reduction)`);
medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217console.log(`Reduced ${result.reductionPercent}% duplicates`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →