Skip to main content

connekt-script-writer

Facilitates the creation of Kotlin-based HTTP automation scripts for testing and API workflows using the Connekt DSL.

Install this skill

or
69/100

Security score

The connekt-script-writer skill was audited on May 1, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 337

Template literal with variable interpolation in command context

SourceSKILL.md
337```kotlin
medium line 16

Access to .env file

SourceSKILL.md
16When generating scripts, always read from `connekt.env.json` for base URLs and secrets using `val x: String by env` rather than hardcoding values. Save scripts with the `.connekt.kts` extension.
low line 73

Access to .env file

SourceSKILL.md
73// 3. Environment variables from connekt.env.json
medium line 113

Access to .env file

SourceSKILL.md
113- `val x by env` reads from `connekt.env.json` — the property name is the lookup key
medium line 367

Access to .env file

SourceSKILL.md
367Read from `connekt.env.json` using property delegation. The property name is the lookup key:
medium line 374

Access to .env file

SourceSKILL.md
374The `connekt.env.json` file:
low line 92

External URL reference

SourceSKILL.md
92redirectUri = "http://localhost:8080/callback"
low line 241

External URL reference

SourceSKILL.md
241redirectUri = "http://localhost:8080/callback"
low line 378

External URL reference

SourceSKILL.md
378"host": "http://localhost:8080",
low line 540

External URL reference

SourceSKILL.md
540redirectUri = "http://localhost:8080/callback"
low line 635

External URL reference

SourceSKILL.md
635redirectUri = "http://localhost:8080/callback"
Scanned on May 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 20
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
Amplicode/spring-skills