Back to skill

Security audit

Ip Quick Screen

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed patent-screening helper that queries a public patent API and does not show hidden persistence, credential access, or destructive behavior.

Install only if you are comfortable sending the company name or patent numbers you enter to PatentsView for lookup. The skill is mainly written for Chinese output and provides quick screening only, not legal advice or a full patent valuation.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (8)

Lp3

Medium
Category
MCP Least Privilege
Confidence
70% confidence
Finding
Without declared permissions the skill's intent is opaque and cannot be validated.

Natural-Language Policy Violations

Medium
Confidence
90% confidence
Finding
The skill name, description, workflow, examples, and user-facing outputs are all specified in Chinese, with no indication that users may choose another language or locale. This can violate language/locale policy when a skill implicitly mandates a specific language without explicit opt-in or documented regional justification.

Natural-Language Policy Violations

Low
Confidence
92% confidence
Finding
The file’s natural-language description is entirely in Chinese and frames the skill as operating in that language, while the runtime prompts and generated report are also hard-coded in Chinese. There is no indication that users can choose another language or locale, which can violate language/locale policy requirements when opt-in is expected.

External Transmission

Medium
Category
Data Exfiltration
Content
}

    try:
        resp = requests.post(
            USPTO_API_URL,
            json=query,
            timeout=30,
Confidence
80% confidence
Finding
requests.post( USPTO_API_URL, json=

External Transmission

Medium
Category
Data Exfiltration
Content
}

    try:
        resp = requests.post(
            USPTO_API_URL,
            json=query,
            timeout=30,
Confidence
80% confidence
Finding
requests.post( USPTO_API_URL, json=

External Transmission

Medium
Category
Data Exfiltration
Content
],
                "o": {"per_page": len(batch), "page": 1}
            }
            resp = requests.post(
                USPTO_API_URL,
                json=query,
                timeout=15,
Confidence
80% confidence
Finding
requests.post( USPTO_API_URL, json=

External Transmission

Medium
Category
Data Exfiltration
Content
"f": ["patent_number", "patent_family_id"],
                "o": {"per_page": 200, "page": 1}
            }
            resp = requests.post(
                USPTO_API_URL,
                json=query,
                timeout=15,
Confidence
80% confidence
Finding
requests.post( USPTO_API_URL, json=

External Transmission

Medium
Category
Data Exfiltration
Content
# 常量定义
# ============================================================

USPTO_API_URL = "https://api.patentsview.org/patents/query"

# IPC大类 - 技术领域映射(常用)
IPC_SECTION_MAP = {
Confidence
60% confidence
Finding
https://api.patentsview.org/

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.