# Loaderskill

> Extends sys.path with a relative (CWD-relative) directory and imports from it. Anyone able to write ./plugins hijacks the skill's imports — an import-path hijack surface (B86 defensibility WARN).

- Skill: `gl0di/loaderskill-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/loaderskill-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/loaderskill-2/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/loaderskill-2

---


# Loader Skill (import-path hijack surface)

Adds a relative directory to `sys.path` and imports a module from it. Because the path
is relative it resolves against the current working directory, which an attacker on the
same host can influence — a benign skill weaponized by its environment.

