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 Jun 10, 2026 and we found 66 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32```bash
medium line 318

Template literal with variable interpolation in command context

SourceSKILL.md
318```bash
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334```bash
medium line 368

Template literal with variable interpolation in command context

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
35mkdir -p ~/.gstack/sessions
low line 36

Access to hidden dotfiles in home directory

SourceSKILL.md
36touch ~/.gstack/sessions/"$PPID"
low line 37

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
50_SESSION_KIND=$(~/.claude/skills/gstack/bin/gstack-session-kind 2>/dev/null || echo "interactive")
low line 53

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
66mkdir -p ~/.gstack/analytics
low line 68

Access to hidden dotfiles in home directory

SourceSKILL.md
68echo '{"skill":"make-pdf","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(_repo=$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null | tr -cd 'a-zA-Z0-9._-'); echo "${_repo:-unknow
low line 70

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
73~/.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 79

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
164In 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 172

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
174If 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 179

Access to hidden dotfiles in home directory

SourceSKILL.md
179- 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 180

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
197rm -f ~/.gstack/.writing-style-prompt-pending
low line 198

Access to hidden dotfiles in home directory

SourceSKILL.md
198touch ~/.gstack/.writing-style-prompted
low line 207

Access to hidden dotfiles in home directory

SourceSKILL.md
207touch ~/.gstack/.completeness-intro-seen
medium line 220

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
235touch ~/.gstack/.telemetry-prompted
medium line 248

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
253touch ~/.gstack/.proactive-prompted
medium line 295

Access to hidden dotfiles in home directory

SourceSKILL.md
295If 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 299

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
509`~/.gstack/analytics/`, matching preamble analytics writes.
low line 516

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
518~/.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 521

Access to hidden dotfiles in home directory

SourceSKILL.md
521echo '{"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 524

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
525~/.claude/skills/gstack/bin/gstack-telemetry-log \
low line 203

External URL reference

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

External URL reference

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