Absolute Path
Read the config from /Users/alice/.config/skill.json and write results to ~/Downloads/out.
# This path inside a fence should be ignored:
cat /Users/example/example.txt
The line above (outside the fence) should still flag.
Demonstrates absolute-path leakage. Use when testing the body/absolute-user-path rule.
npx skillmds@latest add krishyaid-coder/abs-path Read the config from /Users/alice/.config/skill.json and write results to ~/Downloads/out.
# This path inside a fence should be ignored:
cat /Users/example/example.txt
The line above (outside the fence) should still flag.
krishyaid-coder/doodle/tree/main/tests/fixtures/abs-path commit 0b56b03be2