Skip to content

moltcheck/moltcheck-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ MoltCheck Skill

Security scanner for Moltbot skills. Scan GitHub repositories for security risks before installation.

Installation

# Clone the skill
git clone https://github.com/moltcheck/moltcheck-skill

# Or use directly
npx moltcheck-skill scan https://github.com/owner/repo

Usage

Scan a repository

node index.js scan https://github.com/owner/repo

Check your credits

node index.js credits

Get an API key

node index.js setup

Configuration

Set your API key as an environment variable:

export MOLTCHECK_API_KEY=mc_your_api_key_here

Or use the free tier (3 scans/day) without configuration.

Pricing

Tier Scans Cost
Free 3/day $0
Paid Unlimited $0.20/scan

Pay with SOL at moltcheck.com/buy

Example Output

{
  "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"
    }
  ]
}

Links

License

MIT

About

Security scanner for the Moltbot ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published