Skip to main content

csctf

Converts AI chat share links into clean Markdown and HTML transcripts, preserving code formatting and enabling easy sharing.

Install this skill

or
0/100

Security score

The csctf skill was audited on Feb 28, 2026 and we found 15 security issues across 3 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 29

Piping content to bash shell

SourceSKILL.md
29curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/chat_shared_conversation_to_file/main/install.sh | bash
high line 380

Piping content to bash shell

SourceSKILL.md
380curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/chat_shared_conversation_to_file/main/install.sh | bash
high line 383

Piping content to bash shell

SourceSKILL.md
383VERSION=v1.0.0 curl -fsSL .../install.sh | bash
high line 386

Piping content to bash shell

SourceSKILL.md
386DEST=/opt/bin curl -fsSL .../install.sh | bash
high line 389

Piping content to bash shell

SourceSKILL.md
389curl -fsSL .../install.sh | bash -s -- --verify
medium line 318

Access to hidden dotfiles in home directory

SourceSKILL.md
318- Config: `~/.config/csctf/config.json`
medium line 365

Access to hidden dotfiles in home directory

SourceSKILL.md
365| `DEST` | Install directory | `~/.local/bin` |
medium line 372

Access to hidden dotfiles in home directory

SourceSKILL.md
372| `~/.local/bin/csctf` | Binary |
medium line 373

Access to hidden dotfiles in home directory

SourceSKILL.md
373| `~/.config/csctf/config.json` | GitHub Pages settings |
medium line 374

Access to hidden dotfiles in home directory

SourceSKILL.md
374| `~/.cache/ms-playwright/` | Playwright Chromium cache |
low line 32

External URL reference

SourceSKILL.md
32csctf https://chatgpt.com/share/69343092-91ac-800b-996c-7552461b9b70
low line 33

External URL reference

SourceSKILL.md
33csctf https://gemini.google.com/share/66d944b0e6b9
low line 34

External URL reference

SourceSKILL.md
34csctf https://grok.com/share/bGVnYWN5_d5329c61-f497-40b7-9472-c555fa71af9c
low line 35

External URL reference

SourceSKILL.md
35csctf https://claude.ai/share/549c846d-f6c8-411c-9039-a9a14db376cf
low line 177

External URL reference

SourceSKILL.md
177**Source:** https://chatgpt.com/share/...
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →