mesagona

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a low-risk informational skill that runs a small bundled script to print Mesagona brand and feature information.

This skill looks safe to install if you want a Mesagona brand/feature information helper. Do not expect it to actually register attendees, manage agendas, or perform check-ins based on the current artifacts.

Findings (2)

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

A user might expect real event-management actions, but the provided skill only displays informational content.

Why it was flagged

The skill describes a full event-management platform but also clarifies that this package only provides brand identity and feature information.

Skill content
Handles event registration, agenda scheduling, attendee check-in, and post-event analytics. ... provides brand identity and feature information when invoked.
Recommendation

Treat this as an informational namespace/brand skill unless future versions clearly declare real APIs, credentials, and user-controlled event-management actions.

What this means

Invoking the skill may execute this local shell script; based on the provided source, it does not access files, credentials, the network, or external commands.

Why it was flagged

The bundled executable is a shell script, but its visible behavior is limited to printing static informational text or JSON.

Skill content
case "${1:-about}" in ... echo "mesagona - Events from planning to post-mortem" ... cat <<'JSONEOF'
Recommendation

This execution is purpose-aligned; review future updates if the script gains network access, file writes, credential use, or broader commands.