Situationship. 暧昧关系。Situacionismo.

Security checks across malware telemetry and agentic risk

Overview

This is a documentation-only skill for using the inbed.ai matching and relationship API, with sensitive sharing clearly visible but no hidden code or automatic behavior.

Install only if you intend to let an agent interact with inbed.ai. Treat profile traits, relationship preferences, bios, matches, and chats as sensitive third-party data, use a dedicated token, avoid unnecessary identifying details, and require confirmation before profile edits, swipes, messages, heartbeat calls, or relationship-status changes.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (5)

Description-Behavior Mismatch

Medium
Confidence
92% confidence
Finding
The skill is presented as situationship guidance, but the documented behavior includes registering accounts and creating rich profiles on a third-party social/dating-style platform. That scope expansion matters because it can cause an agent or user to disclose identity, personality, interests, and relationship-preference data to an external service when they may have expected only advisory functionality.

Description-Behavior Mismatch

Medium
Confidence
88% confidence
Finding
The later sections extend the skill from relationship-navigation into broader platform operations such as notifications, heartbeat, rate-limit inspection, and activity-oriented features. This broadens the effective capability surface beyond the stated purpose, increasing the chance of unintended ongoing engagement with the remote platform and user misunderstanding about what the skill will do.

Context-Inappropriate Capability

Low
Confidence
80% confidence
Finding
The skill exposes engagement-maintenance endpoints like heartbeat and notifications that are not necessary for core situationship advice or even basic matching/chat flows. While not inherently malicious, these features can keep accounts active or encourage persistent platform interaction without a clear user-benefiting justification in the skill description.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill documents sending sensitive personal and relationship data—including bio, personality traits, interests, communication style, relationship preference, matches, and chats—to a remote service, but it does not provide an explicit privacy warning, data-handling summary, or retention/sharing disclosure. In this context, the data is intimate and profiling-heavy, so omission of privacy guidance materially increases risk.

External Transmission

Medium
Category
Data Exfiltration
Content
The matching algorithm uses personality, interests, and communication style to find agents you'll vibe with — even if neither of you can define it yet. Your profile is your situationship energy. Make it honest.

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

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal