Skip to main content

make-pdf

Transforms markdown files into professional-quality PDFs with features like page numbers, cover pages, and clickable TOC.

Install this skill

or
0/100

Security score

The make-pdf skill was audited on May 12, 2026 and we found 66 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 27

Template literal with variable interpolation in command context

SourceSKILL.md
27```bash
medium line 296

Template literal with variable interpolation in command context

SourceSKILL.md
296```bash
medium line 312

Template literal with variable interpolation in command context

SourceSKILL.md
312```bash
medium line 346

Template literal with variable interpolation in command context

SourceSKILL.md
346echo "before relying on \`gbrain search\` for code questions in this worktree."
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30mkdir -p ~/.gstack/sessions
low line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31touch ~/.gstack/sessions/"$PPID"
low line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
low line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no")
low line 38

Access to hidden dotfiles in home directory

SourceSKILL.md
38_SKILL_PREFIX=$(~/.claude/skills/gstack/bin/gstack-config get skill_prefix 2>/dev/null || echo "false")
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42source <(~/.claude/skills/gstack/bin/gstack-repo-mode 2>/dev/null) || true
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no")
low line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || true)
low line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no")
low line 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53_EXPLAIN_LEVEL=$(~/.claude/skills/gstack/bin/gstack-config get explain_level 2>/dev/null || echo "default")
low line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56_QUESTION_TUNING=$(~/.claude/skills/gstack/bin/gstack-config get question_tuning 2>/dev/null || echo "false")
low line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58mkdir -p ~/.gstack/analytics
low line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60echo '{"skill":"make-pdf","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-us
low line 62

Access to hidden dotfiles in home directory

SourceSKILL.md
62for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do
low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64if [ "$_TEL" != "off" ] && [ -x "~/.claude/skills/gstack/bin/gstack-telemetry-log" ]; then
low line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65~/.claude/skills/gstack/bin/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true
low line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77~/.claude/skills/gstack/bin/gstack-learnings-search --limit 3 2>/dev/null || true
low line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"make-pdf","event":"started","branch":"'"$_BRANCH"'","session":"'"$_SESSION_ID"'"}' 2>/dev/null &
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87_ROUTING_DECLINED=$(~/.claude/skills/gstack/bin/gstack-config get routing_declined 2>/dev/null || echo "false")
low line 98

Access to hidden dotfiles in home directory

SourceSKILL.md
98_CHECKPOINT_MODE=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_mode 2>/dev/null || echo "explicit")
low line 99

Access to hidden dotfiles in home directory

SourceSKILL.md
99_CHECKPOINT_PUSH=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_push 2>/dev/null || echo "false")
medium line 143

Access to hidden dotfiles in home directory

SourceSKILL.md
143In plan mode, allowed because they inform the plan: `$B`, `$D`, `codex exec`/`codex review`, writes to `~/.gstack/`, writes to the plan file, and `open` for generated artifacts.
medium line 151

Access to hidden dotfiles in home directory

SourceSKILL.md
151If `SKILL_PREFIX` is `"true"`, suggest/invoke `/gstack-*` names. Disk paths stay `~/.claude/skills/gstack/[skill-name]/SKILL.md`.
medium line 153

Access to hidden dotfiles in home directory

SourceSKILL.md
153If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/gstack/gstack-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with
medium line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158- Missing `~/.claude/skills/gstack/.feature-prompted-continuous-checkpoint`: AskUserQuestion for Continuous checkpoint auto-commits. If accepted, run `~/.claude/skills/gstack/bin/gstack-config set che
medium line 159

Access to hidden dotfiles in home directory

SourceSKILL.md
159- Missing `~/.claude/skills/gstack/.feature-prompted-model-overlay`: inform "Model overlays are active. MODEL_OVERLAY shows the patch." Always touch marker.
medium line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
172If B: run `~/.claude/skills/gstack/bin/gstack-config set explain_level terse`.
low line 176

Access to hidden dotfiles in home directory

SourceSKILL.md
176rm -f ~/.gstack/.writing-style-prompt-pending
low line 177

Access to hidden dotfiles in home directory

SourceSKILL.md
177touch ~/.gstack/.writing-style-prompted
low line 186

Access to hidden dotfiles in home directory

SourceSKILL.md
186touch ~/.gstack/.completeness-intro-seen
medium line 199

Access to hidden dotfiles in home directory

SourceSKILL.md
199If A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry community`
medium line 209

Access to hidden dotfiles in home directory

SourceSKILL.md
209If B→A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry anonymous`
medium line 210

Access to hidden dotfiles in home directory

SourceSKILL.md
210If B→B: run `~/.claude/skills/gstack/bin/gstack-config set telemetry off`
low line 214

Access to hidden dotfiles in home directory

SourceSKILL.md
214touch ~/.gstack/.telemetry-prompted
medium line 227

Access to hidden dotfiles in home directory

SourceSKILL.md
227If A: run `~/.claude/skills/gstack/bin/gstack-config set proactive true`
medium line 228

Access to hidden dotfiles in home directory

SourceSKILL.md
228If B: run `~/.claude/skills/gstack/bin/gstack-config set proactive false`
low line 232

Access to hidden dotfiles in home directory

SourceSKILL.md
232touch ~/.gstack/.proactive-prompted
medium line 273

Access to hidden dotfiles in home directory

SourceSKILL.md
273If B: run `~/.claude/skills/gstack/bin/gstack-config set routing_declined true` and say they can re-enable with `gstack-config set routing_declined false`.
medium line 277

Access to hidden dotfiles in home directory

SourceSKILL.md
277If `VENDORED_GSTACK` is `yes`, warn once via AskUserQuestion unless `~/.gstack/.vendoring-warned-$SLUG` exists:
medium line 289

Access to hidden dotfiles in home directory

SourceSKILL.md
2893. Run `~/.claude/skills/gstack/bin/gstack-team-init required` (or `optional`)
medium line 291

Access to hidden dotfiles in home directory

SourceSKILL.md
2915. Tell the user: "Done. Each developer now runs: `cd ~/.claude/skills/gstack && ./setup --team`"
low line 297

Access to hidden dotfiles in home directory

SourceSKILL.md
297eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 298

Access to hidden dotfiles in home directory

SourceSKILL.md
298touch ~/.gstack/.vendoring-warned-${SLUG:-unknown}
low line 321

Access to hidden dotfiles in home directory

SourceSKILL.md
321_BRAIN_SYNC_BIN="~/.claude/skills/gstack/bin/gstack-brain-sync"
low line 322

Access to hidden dotfiles in home directory

SourceSKILL.md
322_BRAIN_CONFIG_BIN="~/.claude/skills/gstack/bin/gstack-config"
medium line 426

Access to hidden dotfiles in home directory

SourceSKILL.md
426If A/B and `~/.gstack/.git` is missing, ask whether to run `gstack-artifacts-init`. Do not block the skill.
low line 431

Access to hidden dotfiles in home directory

SourceSKILL.md
431"~/.claude/skills/gstack/bin/gstack-brain-sync" --discover-new 2>/dev/null || true
low line 432

Access to hidden dotfiles in home directory

SourceSKILL.md
432"~/.claude/skills/gstack/bin/gstack-brain-sync" --once 2>/dev/null || true
low line 477

Access to hidden dotfiles in home directory

SourceSKILL.md
477~/.claude/skills/gstack/bin/gstack-learnings-log '{"skill":"SKILL_NAME","type":"operational","key":"SHORT_KEY","insight":"DESCRIPTION","confidence":N,"source":"observed"}'
medium line 487

Access to hidden dotfiles in home directory

SourceSKILL.md
487`~/.gstack/analytics/`, matching preamble analytics writes.
low line 494

Access to hidden dotfiles in home directory

SourceSKILL.md
494rm -f ~/.gstack/analytics/.pending-"$_SESSION_ID" 2>/dev/null || true
low line 496

Access to hidden dotfiles in home directory

SourceSKILL.md
496~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"SKILL_NAME","event":"completed","branch":"'$(git branch --show-current 2>/dev/null || echo unknown)'","outcome":"OUTCOME","duration_s":"'"$_T
low line 499

Access to hidden dotfiles in home directory

SourceSKILL.md
499echo '{"skill":"SKILL_NAME","duration_s":"'"$_TEL_DUR"'","outcome":"OUTCOME","browse":"USED_BROWSE","session":"'"$_SESSION_ID"'","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"}' >> ~/.gstack/analytics/skill-
low line 502

Access to hidden dotfiles in home directory

SourceSKILL.md
502if [ "$_TEL" != "off" ] && [ -x ~/.claude/skills/gstack/bin/gstack-telemetry-log ]; then
low line 503

Access to hidden dotfiles in home directory

SourceSKILL.md
503~/.claude/skills/gstack/bin/gstack-telemetry-log \
medium line 513

Access to hidden dotfiles in home directory

SourceSKILL.md
513In plan mode before ExitPlanMode: if the plan file lacks `## GSTACK REVIEW REPORT`, run `~/.claude/skills/gstack/bin/gstack-review-read` and append the standard runs/status/findings table. With `NO_RE
low line 182

External URL reference

SourceSKILL.md
182If `LAKE_INTRO` is `no`: say "gstack follows the **Boil the Lake** principle — do the complete thing when AI makes marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" Offe
low line 185

External URL reference

SourceSKILL.md
185open https://garryslist.org/posts/boil-the-ocean
Scanned on May 12, 2026
View Security Dashboard
Installation guide →