Back to skill

Security audit

expense_invoice_ocr

Security checks across malware telemetry and agentic risk

Overview

This OCR skill is clearly designed to upload a user-chosen invoice or receipt file to Scnet for recognition, and that sensitive data flow is disclosed with consent instructions.

Install only if you are comfortable sending each selected document to Scnet's remote OCR service. Do not use it for confidential, regulated, or organization-restricted documents unless you have authorization, and keep the API key out of chat logs and protected in the local config file.

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)

External Transmission

Medium
Category
Data Exfiltration
Content
)
        sys.exit(error_msg)

    config.setdefault('SCNET_API_BASE', 'https://api.scnet.cn/api/llm/v1')
    return config

def recognize_with_retry(ocr_type, file_path, config, retry_count=0):
Confidence
90% confidence
Finding
https://api.scnet.cn/

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.