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
| 306 | yield* terminal.display(`Hello, ${name}!`) |
high line 377
Template literal with variable interpolation in command context
SourceSKILL.md
| 377 | For comprehensive platform documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`. |
low line 43
External URL reference
SourceSKILL.md
| 43 | const response = yield* client.get("https://api.example.com/users") |
low line 59
External URL reference
SourceSKILL.md
| 59 | const response = yield* client.post("https://api.example.com/users", { |
low line 64
External URL reference
SourceSKILL.md
| 64 | const response = yield* client.get("https://api.example.com/protected", { |
low line 69
External URL reference
SourceSKILL.md
| 69 | const response = yield* client.get("https://api.example.com/slow").pipe( |
low line 80
External URL reference
SourceSKILL.md
| 80 | const response = yield* client.get("https://api.example.com/data") |
low line 110
External URL reference
SourceSKILL.md
| 110 | const response = yield* client.get("https://api.example.com/users/1") |
Scanned on Feb 12, 2026
View Security Dashboard