Skip to main content

loom-transcript

Fetches and displays transcripts from Loom videos, enabling users to read and access video content easily.

Install this skill

or
84/100

Security score

The loom-transcript skill was audited on Mar 1, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31curl -s 'https://www.loom.com/graphql' \
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -s 'https://www.loom.com/graphql' \
low line 18

External URL reference

SourceSKILL.md
18- `https://www.loom.com/share/<video-id>`
low line 19

External URL reference

SourceSKILL.md
19- `https://www.loom.com/embed/<video-id>`
low line 20

External URL reference

SourceSKILL.md
20- `https://www.loom.com/share/<video-id>?sid=<session-id>`
low line 26

External URL reference

SourceSKILL.md
26Use the `WebFetch` tool to POST to `https://www.loom.com/graphql` to get the video title and details.
low line 31

External URL reference

SourceSKILL.md
31curl -s 'https://www.loom.com/graphql' \
low line 49

External URL reference

SourceSKILL.md
49curl -s 'https://www.loom.com/graphql' \
Scanned on Mar 1, 2026
View Security Dashboard