migration
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute standard database migration commands using tools like
cbimport,cbexport,psql,mysql, andmongoexport. These operations are well-scoped to the skill's primary purpose of data migration. - [EXTERNAL_DOWNLOADS]: All external tools referenced (PostgreSQL, MySQL, MongoDB, AWS CLI, Couchbase Server tools) are well-known technology services and utilities. No downloads from untrusted or unknown sources were detected.
- [DATA_EXFILTRATION]: The skill demonstrates safe credential management by using environment variables (e.g.,
$CB_ADMIN_PASSWORD) or obvious placeholders (e.g.,db-password) in its code examples. It does not attempt to access sensitive system files or exfiltrate data to unauthorized domains. - [PROMPT_INJECTION]: The instructions and examples are purely technical and instructional. No attempts to override agent behavior, bypass safety filters, or extract system prompts were identified.
- [REMOTE_CODE_EXECUTION]: The skill does not contain any patterns for downloading and executing remote scripts. All execution is localized to standard database client utilities and the Couchbase Shell (
cbsh).
Audit Metadata