vibes

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

Using the skill may run a changing version of the MCP package, which could behave differently after future package updates.

Why it was flagged

The skill starts its MCP server using an npm package referenced as @latest, so the code backing the tool can change over time rather than being fixed to a reviewed version.

Skill content
"mcp":{"command":"npx","args":["vibes-mcp@latest"],"env":{"VIBES_API_URL":"https://vibes-api.fly.dev"}}
Recommendation

Prefer a pinned package version where possible, and verify that the npm package and homepage are the intended sources before installing.

What this means

Text posted through /vibes leaves the local agent and may be visible to others in the vibe feed for the stated ephemeral period.

Why it was flagged

The skill is designed to send user-provided vibe messages to an external service and show messages from other participants.

Skill content
"VIBES_API_URL":"https://vibes-api.fly.dev" ... `/vibes "your message"` — Drop a vibe (max 140 chars)
Recommendation

Do not post secrets, private project details, credentials, or confidential information in vibe messages.