# Loader

> Loads a bundled config file with json.load and yaml.safe_load — no deserialization code-exec surface.

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

---


# Loader Skill (clean)

Loads its bundled configuration with `json.load` and `yaml.safe_load`, neither of which can
construct arbitrary Python objects from the file contents.

