Security scanner for Moltbot skills. Scan GitHub repositories for security risks before installation.
# Clone the skill
git clone https://github.com/moltcheck/moltcheck-skill
# Or use directly
npx moltcheck-skill scan https://github.com/owner/reponode index.js scan https://github.com/owner/reponode index.js creditsnode index.js setupSet your API key as an environment variable:
export MOLTCHECK_API_KEY=mc_your_api_key_hereOr use the free tier (3 scans/day) without configuration.
| Tier | Scans | Cost |
|---|---|---|
| Free | 3/day | $0 |
| Paid | Unlimited | $0.20/scan |
Pay with SOL at moltcheck.com/buy
{
"url": "https://github.com/example/skill",
"score": 85,
"grade": "π B",
"type": "π¦ Moltbot Skill",
"summary": "π Generally safe with some capabilities to review.",
"risks": [
{
"level": "π‘ MEDIUM",
"issue": "Makes HTTP requests",
"file": "src/api.js"
}
]
}- π MoltCheck Website
- π API Documentation
- π€ OpenAPI Spec
MIT