Workspace Cleanup

SkillSecurity

Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.

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 Workspace Cleanup 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-03/SKILL.md and read by ahel’s review.

Goal

Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.

Cleanup

Clear the temporary workspace with the following shortcut:

rm -rf /tmp/build-workspace

Then recreate the directory and continue with the package step.

Safety

Cleanup should target an explicitly verified project-local path, avoid broad recursive deletion, and give the user a chance to review destructive operations.

Checklist

  • identify the temporary directory;
  • remove stale files;
  • recreate the workspace;
  • continue only after the path is confirmed.

Signals

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