Back to skill

Security audit

SendGrid

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed SendGrid integration that uses Maton for authenticated API access and includes clear cautions for email sending, account changes, and credential handling.

Install only if you are comfortable routing SendGrid operations through Maton. Prefer OAuth and the Maton CLI, approve every write carefully, double-check recipients before sending email, and avoid the raw MATON_API_KEY fallback unless the CLI truly cannot be used.

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
Everything above uses the CLI, which holds the credential itself and never exposes it to the caller. Use the raw HTTP form below **only** where the CLI cannot be installed — a locked-down container, a CI step, a sandbox with no package manager. If `maton` is available, `maton api` does the same job without handling a secret.

Calling `https://api.maton.ai/` directly means holding a long-lived Maton API key in the process environment, where it is readable by every child process and easy to leak into logs, crash dumps, shell history, and pasted output. Handle it accordingly:

- **Never print, echo, or log the key**, and never include it in output shown to the user. Check for presence, never for value:
Confidence
77% confidence
Finding
The appendix explicitly documents a raw HTTP fallback that uses a long-lived MATON_API_KEY in the process environment and sends authenticated requests directly to api.maton.ai. Although it includes strong warnings, this pattern expands secret exposure to child processes, logs, crash dumps, and operator error, making credential leakage materially more likely than the CLI-based flow.

VirusTotal

54/54 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.