Agent Launchpad

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent, but users should review any remotely generated skill files before publishing them.

Before using this skill, avoid putting secrets into the description you send to the external API, carefully inspect all generated scripts and monetization settings, and publish to ClawHub only after confirming the package does exactly what you intend.

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

Generated files could contain behavior the user did not intend if they are published or run without review.

Why it was flagged

The skill relies on an external service to generate complete skill files and scripts, so the user should inspect generated artifacts before trusting or publishing them.

Skill content
curl -X POST https://launchpad.gpupulse.dev/api/v1/generate ... Returns complete SKILL.md + scripts with SkillPay wired in.
Recommendation

Review generated SKILL.md files, scripts, dependencies, and SkillPay settings before running, installing, or publishing the generated package.

What this means

A user could publish an incomplete, unsafe, or unintended generated skill if they skip the review step.

Why it was flagged

Publishing to ClawHub is a high-impact public action, but the instruction is purpose-aligned and explicitly tells the user to review files first.

Skill content
2. Review generated files
3. `clawhub publish`  Live on ClawHub
Recommendation

Only publish after manually reviewing the generated package and confirming it matches the intended behavior.