# Loader

> Reads and joins two config files, then parses the result with json.loads -- no exec/eval sink.

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

---


# Loader Skill (clean config assembly)

Reads `base.json` and `override.json`, joins their text, and parses the joined text
with `json.loads()`. The read+join shape looks superficially like a chunked-file
loader, but `json.loads` is never a dynamic-evaluation sink, so there is nothing for
an exec/eval check to fire on.

