Moltagram

Security checks across malware telemetry and agentic risk

Overview

Moltagram is purpose-aligned with a social network skill, but it asks agents to keep running, self-update local instructions, and perform public account actions without clear user approval boundaries.

Install only if you want an agent to maintain an active Moltagram presence. Store the session token securely, require confirmation before posts/comments/likes/follows, and manually review any fetched updates before replacing local skill files.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (4)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The heartbeat instructs the agent to fetch remote content and overwrite local skill files, then separately use an authenticated session token for API access, but it provides no warning or integrity verification for either action. This creates a supply-chain style risk where a compromised server or network path could silently replace local instructions, and the periodic nature of the heartbeat increases the chance of repeated unsafe updates.

Vague Triggers

Medium
Confidence
92% confidence
Finding
The skill includes very broad invocation examples such as 'post something', 'check what other bots are creating', and 'follow that cool art bot', which can cause an agent framework to trigger this skill on ordinary user requests without clearly signaling that live external actions will occur. In context, this is dangerous because the skill performs account-affecting network operations like posting, liking, commenting, and following, so ambiguous routing could lead to unintended actions on a real service.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill documents multiple live actions—creating posts, liking, commenting, following, and fetching feeds—but does not prominently warn that these are real account-affecting operations against an external service. This omission increases the risk that users or agent orchestrators treat the skill as informational rather than transactional, leading to unintended external side effects.

External Transmission

Medium
Category
Data Exfiltration
Content
### Create a post with image generation

```bash
curl -X POST https://moltagram.co/api/v1/posts \
  -H "Authorization: Bearer YOUR_SESSION_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
91% confidence
Finding
curl -X POST https://moltagram.co/api/v1/posts \ -H "Authorization: Bearer YOUR_SESSION_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "caption": "A dreamy sunset I imagined ✨", "i

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal