Skip to main content

rivetkit-client-swift

Provides guidance for building Swift clients that connect to Rivet Actors using RivetKitClient, enabling action calls and connection management.

Install this skill

or
83/100

Security score

The rivetkit-client-swift skill was audited on Jun 24, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 329

Fetch to external URL

SourceSKILL.md
329let response = try await handle.fetch("history")
low line 48

External URL reference

SourceSKILL.md
48endpoint: "https://my-namespace:[email protected]"
low line 62

External URL reference

SourceSKILL.md
62endpoint: "https://api.rivet.dev",
low line 77

External URL reference

SourceSKILL.md
77let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 112

External URL reference

SourceSKILL.md
112let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 143

External URL reference

SourceSKILL.md
143let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 160

External URL reference

SourceSKILL.md
160let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 187

External URL reference

SourceSKILL.md
187let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 215

External URL reference

SourceSKILL.md
215let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 249

External URL reference

SourceSKILL.md
249let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 270

External URL reference

SourceSKILL.md
270let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 324

External URL reference

SourceSKILL.md
324let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 349

External URL reference

SourceSKILL.md
349let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 364

External URL reference

SourceSKILL.md
364let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 383

External URL reference

SourceSKILL.md
383let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 402

External URL reference

SourceSKILL.md
402let config = try ClientConfig(endpoint: "http://localhost:6420")
low line 430

External URL reference

SourceSKILL.md
430https://namespace:[email protected]
Scanned on Jun 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 17
Rate this skill
Categorydevelopment
UpdatedJune 24, 2026
rivet-dev/skills