Back to skill

Security audit

Outlit SDK

Security checks across malware telemetry and agentic risk

Overview

This is a coherent Outlit tracking integration guide, with privacy-sensitive tracking behavior disclosed and aligned with the skill’s stated purpose.

Install only if you intend to add Outlit analytics to an app. Before enabling browser auto-tracking, confirm your consent, privacy notice, and data-processing requirements, especially because the SDK can create visitor storage and link activity to email, name, user ID, customer ID, or device fingerprint.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The skill explicitly promotes automatic browser tracking, form submission capture, and auto-identification from email/name fields, but only lightly mentions consent tradeoffs elsewhere and does not give a clear privacy warning at the point of use. In a code-assist skill, this can lead an agent to implement privacy-impacting telemetry by default, causing collection of personal data before the user fully understands legal and compliance implications.

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
|-----------|----------------|
| Existing CMP/cookie banner | Initialize with `autoTrack: false`; call `enableTracking()` from the CMP accept callback and `disableTracking()` on revoke/decline |
| EU/privacy signals but no CMP | Use `autoTrack: false` and tell the user they need a consent decision; do not build a CMP unless asked |
| No consent requirement found | Use default `autoTrack: true` |

Explain the tradeoff: `autoTrack: true` creates browser visitor storage immediately. `autoTrack: false` waits until `enableTracking()` is called.
Confidence
74% confidence
Finding
No consent

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.