Back to skill

Security audit

Cargo Hosting

Security checks across malware telemetry and agentic risk

Overview

This is a coherent Cargo Hosting command guide whose deployment, environment-file, and removal actions are disclosed and aligned with managing hosted apps and workers.

Install this only if you want Codex to operate Cargo-hosted resources. Before running promote or remove commands, verify the Cargo account, workspace, resource UUID, and current live deployment; keep generated .env.local files out of source control and expect deployment commands to upload source to Cargo’s build service.

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
92% confidence
Finding
The documentation instructs users to write environment data into `.env.local` but does not warn that the file may contain sensitive configuration values such as OAuth client details, workspace identifiers, and API endpoints. In app-development workflows, `.env.local` is commonly at risk of accidental inclusion in source control or exposure through local tooling, so omitting handling guidance creates a real secret-hygiene weakness.

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The example shows a destructive removal command that deletes an app and all deployments without any explicit warning, confirmation guidance, or recovery caveat. In operational documentation, this can lead to accidental production-impacting deletions, especially because the command appears alongside routine management actions.

VirusTotal

61/61 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.