Cloudmigrate

Security checks across malware telemetry and agentic risk

Overview

This cloud-migration skill is purpose-aligned overall, but it asks for broad multi-cloud credentials and deployment tooling with unclear approval boundaries, and the scan found an apparent hardcoded password in the instructions.

Review this skill before installing. It may be useful for cloud migration work, but only use least-privilege temporary credentials, avoid production accounts by default, inspect all generated IaC and CLI commands, and require explicit confirmation before any deployment, apply, delete, or cloud-cost-incurring action.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI03: Identity and Privilege Abuse
High
What this means

If installed with powerful credentials, the agent could potentially access or change cloud accounts, create resources, alter deployments, or incur costs across multiple providers.

Why it was flagged

The skill requires credentials for all three major cloud providers, including long-lived access keys and service account material, even though many use cases may only need planning or one provider.

Skill content
"env": ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AZURE_SUBSCRIPTION_ID", "AZURE_CLIENT_ID", "AZURE_CLIENT_SECRET", "GCP_PROJECT_ID", "GCP_SERVICE_ACCOUNT_JSON"]
Recommendation

Use temporary, least-privilege, environment-specific credentials; provide only the provider credentials needed for the current task; prefer sandbox accounts; and require explicit approval before any apply, deploy, delete, or cost-incurring action.

#
ASI02: Tool Misuse and Exploitation
High
What this means

An agent using this skill could run high-impact infrastructure commands that affect production systems or create unexpected cloud charges if not tightly supervised.

Why it was flagged

These tools are appropriate for infrastructure automation, but together they provide broad authority to provision, modify, deploy, and run infrastructure or containers; the artifacts do not clearly limit execution scope or approval requirements.

Skill content
Required binaries (all must exist): terraform, ansible, aws-cli, az, gcloud, docker
Recommendation

Run generated plans in review mode first, require user confirmation before execution, restrict accounts/projects/subscriptions, and avoid granting production permissions unless absolutely necessary.

#
ASI09: Human-Agent Trust Exploitation
Medium
What this means

A user may install the skill expecting file transfer or sync help while actually granting authority suitable for broad cloud infrastructure automation.

Why it was flagged

The frontmatter name references SFTP transfers and Google Drive sync, while the description and body present a multi-cloud IaC and deployment automation skill. This inconsistency can mislead users about what the skill actually does.

Skill content
name: Migrate Cloud Data with Automated SFTP Transfers & Google Drive Sync
Recommendation

Clarify the skill name and scope so it accurately matches the cloud-migration and infrastructure-deployment behavior.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Hardcoded secrets may be copied into generated infrastructure files, repositories, logs, or shared plans, increasing the chance of credential leakage.

Why it was flagged

The static scan reported an apparent hardcoded password literal in the instruction file. Even if this is an example, hardcoded passwords in IaC-style guidance are unsafe and can encourage credential exposure.

Skill content
password               = [REDACTED]
Recommendation

Replace hardcoded passwords with secret-manager references, environment variables, or clearly fake placeholders, and instruct users never to commit secrets into generated IaC.