Skip to main content

vers

Manages VERS VMs with commands for lifecycle operations, state management, and API interactions for efficient VM management.

Install this skill

or
65/100

Security score

The vers skill was audited on Mar 1, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Curl to non-GitHub URL

SourceSKILL.md
47curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm"
medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/cluster"
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm" | jq '.data[] | {id, alias, state, children}'
medium line 89

Curl to non-GitHub URL

SourceSKILL.md
89curl -X DELETE -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>"
low line 10

External URL reference

SourceSKILL.md
10VERS is a VM platform that supports branching, snapshots, and clusters. VMs can be managed via the `vers` CLI or the REST API at `http://13.219.19.157/api/`.
low line 39

External URL reference

SourceSKILL.md
39Base URL: `http://13.219.19.157/api/`
low line 47

External URL reference

SourceSKILL.md
47curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm"
low line 50

External URL reference

SourceSKILL.md
50curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>"
low line 56

External URL reference

SourceSKILL.md
56"http://13.219.19.157/api/vm/<vm-id>"
low line 62

External URL reference

SourceSKILL.md
62"http://13.219.19.157/api/vm/<vm-id>/branch"
low line 66

External URL reference

SourceSKILL.md
66"http://13.219.19.157/api/vm/<vm-id>"
low line 69

External URL reference

SourceSKILL.md
69curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/cluster"
low line 82

External URL reference

SourceSKILL.md
82curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm" | jq '.data[] | {id, alias, state, children}'
low line 89

External URL reference

SourceSKILL.md
89curl -X DELETE -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>"
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 7
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
plurigrid/asi