calculator
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were identified during the analysis. The skill implementation follows best practices for tool logic.
- [COMMAND_EXECUTION]: The skill provides a CLI interface for batch calculations. User input is processed exclusively through
JSON.parse(), which protects against common code injection vulnerabilities. All calculations are performed using standard mathematical operators without the use of dangerous functions likeeval()orexec().
Audit Metadata