Back to skill

Security audit

Adp Skill

Security checks across malware telemetry and agentic risk

Overview

This is a documentation-only skill for using Laiye's cloud document-processing API, with expected but sensitive external document and credential handling.

Before installing, confirm you trust Laiye ADP for the documents you plan to process, use environment variables or a secret manager for ADP keys, avoid submitting regulated or highly sensitive documents without organizational approval, and verify retention/privacy terms for your use case.

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 (3)

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The README instructs users to send document URLs plus API credentials to a third-party remote service, but the example does not prominently warn that potentially sensitive business documents will leave the local environment for external processing. In a document-processing skill handling invoices, receipts, and orders, that omission increases the chance users unknowingly transmit confidential or regulated data.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The README instructs users to send document URLs and API credentials to a third-party cloud endpoint for extraction, but it does not clearly warn that document contents will leave the local agent platform and be processed remotely. In a document-processing skill, this omission is security-relevant because users may unknowingly transmit sensitive invoices, receipts, or procurement records off-platform.

External Transmission

Medium
Category
Data Exfiltration
Content
### Extract Data from an Invoice

```bash
curl -X POST "https://adp-global.laiye.com/open/agentic_doc_processor/laiye/v1/app/doc/extract" \
  -H "Content-Type: application/json" \
  -H "X-Access-Key: $ADP_ACCESS_KEY" \
  -H "X-Timestamp: $(date +%s)" \
Confidence
94% confidence
Finding
curl -X POST "https://adp-global.laiye.com/open/agentic_doc_processor/laiye/v1/app/doc/extract" \ -H "Content-Type: application/json" \ -H "X-Access-Key: $ADP_ACCESS_KEY" \ -H "X-Timestamp: $(da

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.