Skip to main content

Platform

Provides cross-platform abstractions for HTTP clients, servers, file operations, and more, enhancing I/O capabilities in applications.

Install this skill

or
74/100

Security score

The Platform skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 306

Template literal with variable interpolation in command context

SourceSKILL.md
306yield* terminal.display(`Hello, ${name}!`)
high line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377For comprehensive platform documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`.
low line 43

External URL reference

SourceSKILL.md
43const response = yield* client.get("https://api.example.com/users")
low line 59

External URL reference

SourceSKILL.md
59const response = yield* client.post("https://api.example.com/users", {
low line 64

External URL reference

SourceSKILL.md
64const response = yield* client.get("https://api.example.com/protected", {
low line 69

External URL reference

SourceSKILL.md
69const response = yield* client.get("https://api.example.com/slow").pipe(
low line 80

External URL reference

SourceSKILL.md
80const response = yield* client.get("https://api.example.com/data")
low line 110

External URL reference

SourceSKILL.md
110const response = yield* client.get("https://api.example.com/users/1")
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed