P0 Hardcoded Local Path banner
mahmood726-cyber mahmood726-cyber

P0 Hardcoded Local Path

Design community

Description

<!-- sentinel:skip-file — auto-generated rule descriptor; docstring may demonstrate the bad pattern by design --> --- name: P0-hardcoded-local-path description: 'Shipped code must not contain absolute local paths like `C:\\Users\\...` or `/home/<user>/...` per lessons.md#code-quality. These leak developer environment details and break portability.' trigger: commit severity: BLOCK scope: repo source: 'lessons.md#code-quality' --- Shipped code must not contain absolute local paths like `C:\Users\

Installation

Installs to ~/.claude/skills/mahmood726-cyber-sentinel-p0-hardcoded-local-path/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mahmood726-cyber-sentinel-p0-hardcoded-local-path && curl -fsSL https://raw.githubusercontent.com/mahmood726-cyber/Sentinel/HEAD/skills/P0-hardcoded-local-path.md -o ~/.claude/skills/mahmood726-cyber-sentinel-p0-hardcoded-local-path/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository