Description-Behavior Mismatch
High
- Confidence
- 96% confidence
- Finding
- The skill metadata promises validation of Rollup JS/MJS/TS config files, but the implementation only strips comments/trailing commas and then runs json.loads on the file. Real rollup.config.js/mjs/ts files commonly contain executable JavaScript/TypeScript constructs, imports, exports, functions, and plugin calls, so this tool will reject or mis-handle many valid configs and may give users a false sense that their build pipeline was validated.
