Skip to main content

Convex Agents Usage Tracking

Tracks LLM token usage for billing and optimization, enabling efficient cost management and resource allocation.

Install this skill

or
90/100

Security score

The Convex Agents Usage Tracking skill was audited on Mar 8, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 339

Template literal with variable interpolation in command context

SourceSKILL.md
339return `${year}-${String(month + 1).padStart(2, "0")}`;
medium line 399

Template literal with variable interpolation in command context

SourceSKILL.md
399const billingPeriod = `${today.getFullYear()}-${String(
Scanned on Mar 8, 2026
View Security Dashboard