contentstack-migration-companion
Fail
Audited by Snyk on Jun 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt instructs the agent to read sensitive tokens (the Contentful management token and Contentstack credentials from metadata.json) and embed them verbatim into CLI commands (e.g., --source-token in migrate:create) and into environment writes, so the LLM must handle secrets directly and could exfiltrate them.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill runs runtime package installs and queries (e.g., npm view / npm install such as "npm install -g @contentstack/cli" and "npm view @contentstack/cli-external-migrate", which fetch from the npm registry at https://registry.npmjs.org) and also instructs cloning a remote repo via "git clone <REPO_URL>" during execution — these actions fetch and install/execute remote code that the migration relies on.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata