oraclecloud-security-basics
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFLLTRATION]: The skill instructions involve the creation and reading of sensitive credential files and private keys.
- Evidence:
- Accesses and modifies the OCI configuration file located at
~/.oci/config. - Generates and manages a private RSA key at
~/.oci/oci_api_key.pemusingopenssl. - These operations are essential for the skill's primary purpose of OCI security management but involve high-value target files.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted user input and interpolates it into sensitive IAM policy statements and shell commands without explicit boundary markers or sanitization.
- Ingestion points:
SKILL.mduses placeholders for group names, compartment names, and OCIDs in policy templates and CLI command examples. - Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore potentially malicious content within these user-supplied strings.
- Capability inventory: The skill uses the
ociPython SDK (identity.create_policy,identity.list_policies) and theociCLI, which possess significant cloud infrastructure management permissions. - Sanitization: No evidence of input validation or escaping for the interpolated strings before they are sent to the Oracle Cloud API or executed via shell.
Audit Metadata