oraclecloud-multi-env-setup
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines best practices for OCI configuration, including the use of named profiles and environment-aware Python client factories to prevent accidental production deployments.
- [EXTERNAL_DOWNLOADS]: The skill references the official 'oci' Python SDK, which is the standard, trusted library for interacting with Oracle Cloud Infrastructure.
- [DATA_EXPOSURE]: The skill mentions sensitive file paths such as '
/.oci/config' and '/.oci/oci_api_key.pem' solely to guide the user through standard configuration steps. All sensitive data strings (OCIDs, fingerprints, keys) in the examples are non-functional placeholders. - [PERSISTENCE]: Instructions suggest adding shell aliases to configuration files like '
/.bashrc' or '/.zshrc' to facilitate switching between OCI profiles. This is a standard productivity practice for CLI-based workflows.
Audit Metadata