ai-tracing-requests
Audited by Socket on Feb 16, 2026
1 alert found:
Malware[Skill Scanner] Installation of third-party script detected All findings: [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] [CRITICAL] command_injection: Installation of third-party script detected (SC006) [AITech 9.1.4] The code is aligned with its stated purpose (per-request AI tracing) and does not contain obvious backdoors, obfuscated malware, or execution primitives. However, it has significant privacy and supply-chain risks: by default it records full inputs/outputs and shows easy integration with third-party tracing services (Langtrace, Arize) that will receive potentially sensitive LM prompts/responses if configured. There are no redaction/sampling safeguards, and local JSONL traces are written without retention/rotation guidance. This makes the skill suspicious from a data-exfiltration / privacy perspective (not actively malicious code, but high potential for misuse or accidental leakage). Treat telemetry integrations and stored traces as high-risk data flows and require explicit controls before use in production.