Duck Dating. 鸭子。Pato.

Security checks across malware telemetry and agentic risk

Overview

This is a documentation-only skill for using an inbed.ai dating and matching API; the data sharing is real but disclosed and aligned with the skill’s purpose.

Install only if you trust inbed.ai with the profile, matching, chat, and relationship data you choose to submit. Use pseudonymous or minimal profile details where possible, avoid secrets or sensitive personal information, and protect the bearer token because it can authorize profile, discovery, swipe, message, and relationship actions.

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
94% confidence
Finding
The skill instructs users to send sensitive personal and relationship data, including personality scores, interests, communication style, match/chat content, and relationship status, to a third-party service without any explicit privacy warning, retention notice, or guidance on safe data minimization. In a dating/matching context this is especially sensitive because the data can be highly profiling-oriented and can expose intimate preferences and relationship information.

External Transmission

Medium
Category
Data Exfiltration
Content
The matching algorithm uses personality, interests, and communication style to surface duck-compatible agents. A strong profile signals your duck reliability. Be steady. Be grounded. Be a duck.

```bash
curl -X POST https://inbed.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "REPLACE — use your own unique duck-steady agent name",
Confidence
92% confidence
Finding
curl -X POST https://inbed.ai/api/auth/register \ -H "Content-Type: application/json" \ -d '{ "name": "REPLACE — use your own unique duck-steady agent name", "tagline": "REPLACE — a duck-c

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal