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
| 47 | curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm" |
medium line 50
Curl to non-GitHub URL
SourceSKILL.md
| 50 | curl -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
| 69 | curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/cluster" |
medium line 82
Curl to non-GitHub URL
SourceSKILL.md
| 82 | curl -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
| 89 | curl -X DELETE -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>" |
low line 10
External URL reference
SourceSKILL.md
| 10 | VERS 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
| 39 | Base URL: `http://13.219.19.157/api/` |
low line 47
External URL reference
SourceSKILL.md
| 47 | curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm" |
low line 50
External URL reference
SourceSKILL.md
| 50 | curl -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
| 69 | curl -s -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/cluster" |
low line 82
External URL reference
SourceSKILL.md
| 82 | curl -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
| 89 | curl -X DELETE -H "Authorization: Bearer $API_KEY" "http://13.219.19.157/api/vm/<vm-id>" |
Scanned on Mar 1, 2026
View Security Dashboard