Skip to main content

bluesky

Enables interaction with the Bluesky social network, allowing users to post, reply, and manage their social presence seamlessly.

Install this skill

or
51/100

Security score

The bluesky skill was audited on Feb 28, 2026 and we found 11 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 17

Piping content to sh shell

SourceSKILL.md
17- `uv` - The scripts in this skill require the [uv](https://docs.astral.sh/uv/) package manager/runner. Most cloud-based AI agents have `uv` pre-installed (or they can install it). Local agents should
high line 17

Curl to non-GitHub URL

SourceSKILL.md
17- `uv` - The scripts in this skill require the [uv](https://docs.astral.sh/uv/) package manager/runner. Most cloud-based AI agents have `uv` pre-installed (or they can install it). Local agents should
low line 17

External URL reference

SourceSKILL.md
17- `uv` - The scripts in this skill require the [uv](https://docs.astral.sh/uv/) package manager/runner. Most cloud-based AI agents have `uv` pre-installed (or they can install it). Local agents should
low line 42

External URL reference

SourceSKILL.md
42Create posts with text, images, or link cards. URLs in the text are automatically detected and made clickable (supports `https://...`, `http://...`, `www....`, and bare domain URLs like `github.com/us
low line 59

External URL reference

SourceSKILL.md
59--link-url "https://example.com" \
low line 70

External URL reference

SourceSKILL.md
70uv run scripts/replies.py https://bsky.app/profile/someone.bsky.social/post/abc123
low line 76

External URL reference

SourceSKILL.md
76uv run scripts/replies.py --depth 1 https://bsky.app/profile/someone/post/abc123
low line 79

External URL reference

SourceSKILL.md
79uv run scripts/replies.py --json https://bsky.app/profile/someone/post/abc123
low line 82

External URL reference

SourceSKILL.md
82uv run scripts/replies.py --no-parents https://bsky.app/profile/someone/post/abc123
low line 100

External URL reference

SourceSKILL.md
100uv run scripts/reply.py --to https://bsky.app/profile/someone.bsky.social/post/abc123 \
low line 108

External URL reference

SourceSKILL.md
108uv run scripts/reply.py -p https://bsky.app/profile/someone/post/abc123 -t "Thanks!"
Scanned on Feb 28, 2026
View Security Dashboard