Skip to main content

tl-docs-viewer-create

Creates a React admin UI for documentation browsing with features like tree navigation, markdown rendering, and Mermaid diagrams.

Install this skill

or
80/100

Security score

The tl-docs-viewer-create skill was audited on May 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 397

Template literal with variable interpolation in command context

SourceSKILL.md
397<ul>{headings.map(h => <li key={h.id}><a href={`#${h.id}`}>{h.text}</a></li>)}</ul>
medium line 452

Template literal with variable interpolation in command context

SourceSKILL.md
452Callout: ({ type, children }) => <aside className={`callout-${type}`}>{children}</aside>,
low line 483

External URL reference

SourceSKILL.md
483- [vercel/streamdown](https://skills.sh/vercel/streamdown/streamdown) — Streaming markdown renderer
low line 484

External URL reference

SourceSKILL.md
484- [remotion-dev/remotion/writing-docs](https://skills.sh/remotion-dev/remotion/writing-docs) — Documentation patterns
low line 485

External URL reference

SourceSKILL.md
485- [vercel/components.build/building-components](https://skills.sh/vercel/components.build/building-components) — Component architecture
low line 490

External URL reference

SourceSKILL.md
490- [Shiki](https://shiki.style/) — Syntax highlighting
low line 491

External URL reference

SourceSKILL.md
491- [Mermaid](https://mermaid.js.org/) — Diagrams
low line 492

External URL reference

SourceSKILL.md
492- [Pagefind](https://pagefind.app/) — Static site search
low line 494

External URL reference

SourceSKILL.md
494- [MDX](https://mdxjs.com/) — Markdown + JSX
low line 498

External URL reference

SourceSKILL.md
498- [WAI-ARIA Tree View](https://www.w3.org/WAI/ARIA/apg/patterns/treeview/) — Tree navigation pattern
low line 499

External URL reference

SourceSKILL.md
499- [WAI-ARIA Combobox](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) — Search modal pattern
low line 500

External URL reference

SourceSKILL.md
500- [React Aria](https://react-spectrum.adobe.com/react-aria/) — Accessible component primitives
Scanned on May 12, 2026
View Security Dashboard
Installation guide →