Back to skill

Security audit

奇门遁甲

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed paid API skill for birth-chart and Qi Men calculations, with privacy-sensitive inputs but no hidden code or unsafe install behavior.

Before installing, understand that use of the skill sends the birth details, sex, and any question text you provide to xiaoqizhisuan.cn and may incur per-call charges. Use only the data needed for the request, avoid unnecessary sensitive free-form details, and review the provider privacy policy and API-key billing terms.

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

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The documented tools send highly sensitive personal data to a third-party service, including birth date/time, sex, and free-form questions that may contain intimate life details, yet the skill only provides generic links to a privacy policy and does not give an explicit in-skill warning or informed-consent step before transmission. Because these endpoints are paid and remote, users may unknowingly disclose sensitive personal data to an external provider without understanding the privacy implications.

External Transmission

Medium
Category
Data Exfiltration
Content
```
### 3. 调用指定工具 | Call Target Tool
```bash
curl -X POST https://www.xiaoqizhisuan.cn/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -H "x-api-key: ${XIAOQIZHISUAN_API_KEY}" \
Confidence
89% confidence
Finding
curl -X POST https://www.xiaoqizhisuan.cn/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -H "x-api-key: ${XIAOQIZHISUAN_API_KEY}" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.