Math Evaluate

Security checks across malware telemetry and agentic risk

Overview

This is a small math helper that clearly discloses sending calculation inputs to an external API.

Use this for non-sensitive calculations. Avoid sending secrets, personal data, confidential financial figures, or proprietary datasets unless you are comfortable with the external service processing them and relying on its stated privacy practices.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

External Transmission

Medium
Category
Data Exfiltration
Content
### Evaluate Expression

```bash
curl -X POST https://math.agentutil.net/v1/evaluate \
  -H "Content-Type: application/json" \
  -d '{"expression": "2 * x + y", "variables": {"x": 20, "y": 2}}'
```
Confidence
94% confidence
Finding
curl -X POST https://math.agentutil.net/v1/evaluate \ -H "Content-Type: application/json" \ -d '{"expression": "2 * x + y", "variables": {"x": 20, "y": 2}}' ``` ### Statistics ```bash curl -X PO

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal