Back to skill

Security audit

cargo-connection

Security checks across malware telemetry and agentic risk

Overview

This skill is a coherent Cargo connector-management guide, with expected credential and connector mutation risks that users should handle carefully.

Install only if you intend to manage Cargo connectors from the CLI. Treat connector config values, API keys, OAuth tokens, and command outputs containing config as secrets; avoid putting real production keys directly in shell history or shared logs, and review connector usage counts before removing connectors.

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 (2)

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The examples show credential-bearing JSON passed directly on the command line (`--config '{"apiKey":"new-key"}'`) without any warning that command-line arguments can be exposed through shell history, process listings, logs, and CI output. In a connector-management skill, this is especially relevant because users are likely to copy-paste examples into real environments with production API keys.

Missing User Warnings

Low
Confidence
88% confidence
Finding
The documentation explicitly states that when `useCredits` is `false`, the connector `config` contains integration-specific credentials, but it provides no warning that this field may contain secrets and should be handled as sensitive data. In a skill focused on managing connectors and inspecting CLI JSON responses, that omission can lead an agent or downstream tooling to log, display, echo, or persist credential material unintentionally.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.