Back to skill

Security audit

中国法律法规检索(得理科技)

Security checks across malware telemetry and agentic risk

Overview

The skill is a coherent legal-search tool, but its script disables HTTPS certificate checks while sending legal queries and the user’s API key.

Review before installing. This is not evidence of malicious behavior, but users should avoid entering a real API key or sensitive legal queries until TLS verification is fixed by removing the custom SSL context and using default verified HTTPS.

SkillSpector

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

Missing User Warnings

Medium
Confidence
98% confidence
Finding
The script sends both the user's legal query and the API credential to an external service, but the more serious issue is that it explicitly disables TLS certificate and hostname verification before making the request. That allows a man-in-the-middle attacker to intercept or modify requests and potentially steal the Bearer token, query contents, and returned legal data. In a legal-retrieval context, user queries may contain sensitive case or compliance topics, which increases the privacy and integrity risk.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.insecure_tls_verification

HTTPS certificate verification is disabled.

Warn
Code
suspicious.insecure_tls_verification
Location
scripts/search_laws.py:109