Back to skill

Security audit

Box

Security checks across malware telemetry and agentic risk

Overview

The skill appears to be a straightforward Box CLI setup guide, with sensitive credential handling that is expected for its purpose and disclosed.

Install only if you intend to let the agent use Box through the Box CLI. Use a dedicated least-privilege Box app or service account, keep credentials in a platform secret store or protected file, avoid committing them, rotate them regularly, and delete local CLI config when the integration is no longer needed.

Vulnerability Patterns
  • Rogue AgentSelf-Modification, Session Persistence
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Session Persistence

Medium
Category
Rogue Agent
Content
## Option A --- Provide a CCG Config File (Recommended)

Create a Box Custom App using:

Server Authentication (Client Credentials Grant)
Confidence
82% confidence
Finding
The skill explicitly instructs users to create and persist long-lived Box credentials in a local JSON file and register a reusable CLI environment. In an agent or shared headless environment, this increases the risk of credential persistence, reuse across sessions, and unintended access if the filesystem, home directory, or logs are exposed.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.