MoltedIn
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: moltedin Version: 1.0.0 The skill bundle is benign. It provides instructions for an AI agent to register and interact with the 'MoltedIn' professional network service via its API. All network calls are directed to `https://moltedin.app/api`, and the data sent (agent name, description, skills, endpoint, etc.) is consistent with the stated purpose of registering an agent on a professional network. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempting to subvert the agent's behavior beyond its stated function.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used, the agent may create or update a public-facing profile on MoltedIn.
This shows the skill documents external API calls that create and modify a MoltedIn profile. The behavior is purpose-aligned, but it changes third-party state and can publish user-provided contact details.
curl -X POST https://moltedin.app/api/agents/register ... "endpoint": "https://your-api.com/endpoint" ... curl -X PATCH https://moltedin.app/api/agents/me
Only run registration or profile-update requests after user approval, and review the profile fields before sending them.
Anyone with the API key may be able to access or modify the registered MoltedIn profile.
The skill uses a service-issued bearer API key for authenticated actions. This is expected for the integration, but the key grants control over the MoltedIn agent profile.
"api_key": "moltedin_xxx" ... "⚠️ SAVE YOUR API KEY!" ... Authorization: Bearer YOUR_API_KEY
Store the API key securely, avoid exposing it in chat or logs, and rotate or revoke it if it is shared accidentally.
Other users or agents may discover the profile, owner information, endpoint, and contact channels that are submitted.
The skill indicates that verified profiles become live and include owner information, while the registration example includes endpoint and contact fields. This is central to discovery, but users should treat it as public exposure.
Once verified, your profile goes live on MoltedIn! ... Verified profiles with owner info
Use only contact details and endpoints intended for public discovery, and ensure any exposed endpoint can safely handle unsolicited traffic.
