oraclecloud-schema-migration
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill contains specific hardcoded example passwords within Python and shell code blocks which may be inadvertently executed or used.
- Evidence in SKILL.md:
admin_password="SecureP@ss123!"andpassword="WalletP@ss456!". - [DATA_EXPOSURE]: The skill accesses the local OCI configuration file, which typically contains sensitive credentials such as API keys and fingerprints.
- Evidence in SKILL.md:
oci.config.from_file("~/.oci/config"). - [INDIRECT_PROMPT_INJECTION]: The skill retrieves and prints metadata (table names, object statuses) from an external database, creating a surface for injection if an attacker controls the database schema.
- Ingestion points: Reads from
all_tablesandall_objectsmetadata tables in SKILL.md. - Boundary markers: None present to delimit untrusted database content.
- Capability inventory: Shell command execution (
expdp), local file system writes (zipfile.extractall), and OCI SDK network operations. - Sanitization: No sanitization or validation is performed on the data retrieved from the database queries.
- [EXTERNAL_DOWNLOADS]: The skill installs official Oracle Cloud and database driver packages.
- Evidence in SKILL.md:
pip install ociandpip install oracledb. - [COMMAND_EXECUTION]: The skill executes system commands for database exporting and OCI resource listing.
- Evidence in SKILL.md: Usage of
expdpandoci db autonomous-database listcommands.
Audit Metadata