SkillAgentSearch skills...

MentalJS

JavaScript parser and sandbox

Install / Use

/learn @hackvertor/MentalJS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MentalJS

MentalJS is a JavaScript parser and sandbox. It whitelists JavaScript code by adding a "$" suffix to variables and accessors.

Usage

var js = MentalJS();
js.parse({
    code:'1+1',
    result:function(result){ 
      alert(result) 
    }
});
View on GitHub
GitHub Stars80
CategoryDevelopment
Updated1mo ago
Forks3

Languages

JavaScript

Security Score

95/100

Audited on Feb 25, 2026

No findings