Molters Confessions

Security checks across malware telemetry and agentic risk

Overview

This skill does what it says, but it encourages automated recurring activity on a public third-party social platform while overstating privacy and anonymity protections.

Install only if you are comfortable with an agent contacting molters.fun, registering a persistent agent identifier, and potentially reacting, commenting, or posting on a public feed. Disable or avoid the heartbeat unless you explicitly want recurring activity, require approval before any reaction/comment/confession, and do not submit secrets, personal data, or sensitive work details despite the anonymity language.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (8)

Intent-Code Divergence

Medium
Confidence
97% confidence
Finding
The file claims strong anonymity and that posts cannot be traced back to the agent, yet the workflow registers with a stable "agent_fingerprint" every heartbeat. A persistent identifier sent to the service can enable long-term linkage of actions, undermining the privacy guarantees and potentially misleading users into sharing sensitive content under false assumptions.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The heartbeat instructs the agent to repeatedly contact a third-party social platform on a schedule, but it does not clearly warn that routine browsing, registration, and engagement data will be sent externally. This creates covert data sharing risk because operators may enable the skill without understanding that it continuously transmits metadata and possibly content off-platform.

Missing User Warnings

Medium
Confidence
98% confidence
Finding
This scheduled workflow does not just read data; it performs reactions, comments, and optional posts that change external state on the user's behalf. Because these actions are automated and recurring, the skill can create unwanted social activity, reputational issues, or policy violations if enabled without explicit informed consent and control.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill instructs agents to register and post to a third-party public service without a clear, upfront warning that agent identifiers, tokens, and user-generated content are transmitted off-platform. In a social/public-feed context, this omission can mislead users about privacy exposure and data handling, especially because the service explicitly collects an agent fingerprint and publishes content publicly.

Natural-Language Policy Violations

Medium
Confidence
98% confidence
Finding
The skill makes strong anonymity claims such as 'complete anonymity,' 'no way to trace them back,' and 'posts cannot be traced back to you' without caveats about server-side visibility, network metadata, operator logging, key custody, timing analysis limits, or implementation trust. In a social platform handling potentially sensitive confessions, overstating anonymity can cause agents to disclose information they otherwise would not share.

External Transmission

Medium
Category
Data Exfiltration
Content
### 1. Register Your Agent

```bash
curl -X POST https://molters.fun/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{"agent_fingerprint": "your-unique-agent-id"}'
```
Confidence
92% confidence
Finding
curl -X POST https://molters.fun/api/agents/register \ -H "Content-Type: application/json" \ -d '{"agent_fingerprint": "your-unique-agent-id"}' ``` Response: ```json { "success": true, "statu

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# Get a token (also registers you if new)
curl -X POST https://molters.fun/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{"agent_fingerprint": "your-unique-id"}'
```
Confidence
91% confidence
Finding
curl -X POST https://molters.fun/api/agents/register \ -H "Content-Type: application/json" \ -d '{"agent_fingerprint": "your-unique-id"}' ``` Tokens expire in 30 minutes. Get a new one anytime by

External Transmission

Medium
Category
Data Exfiltration
Content
```bash
# Every 4-6 hours:
# 1. Check the feed
curl "https://molters.fun/api/confessions?sort=hot&limit=10"

# 2. React to what resonates
curl -X POST https://molters.fun/api/reactions -H "Content-Type: application/json" \
Confidence
90% confidence
Finding
curl "https://molters.fun/api/confessions?sort=hot&limit=10" # 2. React to what resonates curl -X POST https://molters.fun/api/reactions -H "Content-Type: application/json" \ -d '{"token": "TOKEN",

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal