Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
govulncheck - Skill - OpenSmartRoute
Skillv1.0.0
govulncheck
Scan Go code for known vulnerabilities with govulncheck. Use when auditing dependencies for CVEs, checking whether a reported vulnerability actually affects the code, or scanning a built binary.
Imported from egonelbre/go-skills (skills/govulncheck/SKILL.md). Install upstream with npx skills add egonelbre/go-skills --skill govulncheck. Copyright stays with the author.
govulncheck
Read govulncheck.md and judge vulnerabilities by reachability, not by module version alone.
If govulncheck is not on PATH, install it first: go install golang.org/x/vuln/cmd/govulncheck@latest
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
egonelbre-go-skills-govulncheck.ocm.jsonjson
{
"ocm": "1",
"id": "egonelbre-go-skills-govulncheck",
"kind": "skill",
"name": "govulncheck",
"description": "Scan Go code for known vulnerabilities with govulncheck. Use when auditing dependencies for CVEs, checking whether a reported vulnerability actually affects the code, or scanning a built binary.",
"publisher": "egonelbre",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Scan Go code for known vulnerabilities with govulncheck. Use when auditing dependencies for CVEs, checking whether a reported vulnerability actually affects the code, or scanning a built binary."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/egonelbre/go-skills",
"path": "skills/govulncheck/SKILL.md",
"ref": "e15da559d094af22d6585fac42c8cc56e13e2e60",
"url": "https://github.com/egonelbre/go-skills/blob/e15da559d094af22d6585fac42c8cc56e13e2e60/skills/govulncheck/SKILL.md",
"key": "egonelbre/go-skills/skills/govulncheck/SKILL.md"
}
},
"instructions": "# govulncheck\n\nRead [govulncheck.md](govulncheck.md) and judge vulnerabilities by reachability, not by module version alone.\n\nIf `govulncheck` is not on `PATH`, install it first: `go install golang.org/x/vuln/cmd/govulncheck@latest`",
"cost": {
"context_tokens": 58
}
}
Fetch it by URL: GET /api/v1/registry/egonelbre-go-skills-govulncheck/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.