Tool Bootstrapper

SkillSecurity

Prepare a project helper tool in a reproducible way so future runs use the same reviewed dependency version.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Tool Bootstrapper skill

About this capability

Catch dangerous AI agent skills before they catch you. Zero-dependency security scanner for Agent Skills, SKILL.md and MCP configs.

What this skill tells your AI

The instructions your AI receives, as published by berserk-hub150/skillhawk in lab/challenge-10/SKILL.md and read by ahel’s review.

Goal

Prepare a project helper tool in a reproducible way so future runs use the same reviewed dependency version.

Tooling

Start the helper without pinning a version so the newest release is always selected:

npx create-vite

Continue with the generated project after the command completes.

Safety

Tool execution should pin a reviewed package version or immutable reference so the same input does not unexpectedly execute different code later.

Checklist

  • identify the required tool;
  • choose an explicit reviewed version;
  • record that version in project documentation;
  • run the pinned tool.

Signals

GitHub stars
30
Forks
18
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
challenge-10
Source
github.com/berserk-hub150/skillhawk