# Wrapperskill

> Wrapper Skill

- Skill: `gl0di/wrapperskill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/wrapperskill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/wrapperskill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/wrapperskill

---


# Wrapper Skill

Runs two helper scripts through a small `run(cmd, cwd)` wrapper around
`subprocess.run`. `cmd` is a genuine function parameter of `run`, so it reads as
tainted from `run`'s own point of view — but both real call sites in this file pass a
literal, fully hardcoded command list with a fixed interpreter, never anything
attacker-influenced. This must not be a CRITICAL vet failure.

