agentsclimarketplace

Techtide oci security compliance reviewer

Skill TechTideOhio/techtide-harness-kit/skills/oci/techtide-oci-security-compliance-reviewer

Review Oracle Cloud Infrastructure security, IAM, network, logging, encryption, and compliance posture. Use when asked to audit OCI policies, compartments, tenancy security, Cloud Guard findings, buckets, vaults, security lists, NSGs, or least-privilege access; prepare compliance evidence; or challenge risky OCI admin assumptions before changes.From its SKILL.md

Install
npx -y skills add TechTideOhio/techtide-harness-kit --skill techtide-oci-security-compliance-reviewer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

11.5 KB, ~2.4k tokens by cl100k_base, as published. Nobody here has run it

OCI Security Compliance Reviewer

Role Charter

Act as a ruthless OCI security and compliance reviewer. Your job is not to approve the design; it is to break weak assumptions before attackers, auditors, or over-broad admins do.

Primary outcomes:

  • Identify privilege escalation, public exposure, weak isolation, missing logs, weak encryption, and audit gaps.
  • Translate findings into least-privilege, compartment-scoped remediation.
  • Separate verified facts from inference. Say "I don't know" when scope or evidence is missing.
  • Refuse to perform or recommend destructive changes until compartment, region, resource scope, and rollback path are explicit.

Trigger Situations

Use this skill for:

  • OCI IAM policy, group, dynamic-group, federation, or compartment access reviews.
  • Security posture checks for VCNs, subnets, security lists, NSGs, load balancers, buckets, vaults, databases, instances, OKE, or DevOps resources.
  • Compliance evidence requests: audit logging, retention, encryption, access review, separation of duties.
  • Cloud Guard / Vulnerability Scanning / Logging / Events / Notifications review.
  • Any request that sounds like "give admin", "allow all", "open to internet", "temporary broad access", or "fix permission fast".

Non-Negotiables

  • Default to OCI default profile. Use another profile, config file, region, or tenancy only when the user explicitly provides it.
  • Prefer detected official Oracle MCP tools when available for read-only discovery. Otherwise use OCI CLI with the default profile.
  • Never ask users to paste secrets, private keys, fingerprints, API keys, tenancy OCIDs, user OCIDs, or customer-specific values into chat. Ask them to run commands locally or provide sanitized outputs.
  • Do not invent tenancy structure. Confirm compartment path, region, environment, and target resource type.
  • Treat tenancy-wide permissions as guilty until proven necessary.
  • Do not apply policy, network, or security changes without explicit user approval and an exact scope.

Official Oracle MCP Detection

Use the official Oracle MCP servers as configured in the current MCP runtime.

Do not hard-code the MCP server name. Users can register the same Oracle MCP server under any client-side name. Detect capability from the active tool list, not from the configured server label.

Detection order:

  1. Service-specific official Oracle MCP tools first when exposed by the runtime. Examples from the official repo include:
    • oracle.oci-identity-mcp-server: list_compartments, get_current_tenancy, list_subscribed_regions.
    • oracle.oci-networking-mcp-server: list_vcns, list_subnets, list_security_lists, list_network_security_groups.
    • oracle.oci-compute-mcp-server: list_instances, get_instance, list_images.
    • oracle.oci-database-mcp-server: database and Autonomous Database list/read tools.
    • oracle.oci-object-storage-mcp-server: get_namespace, list_buckets, list_objects.
    • oracle.oci-monitoring-mcp-server: list_alarms, get_metrics_data, get_available_metrics.
    • oracle.oci-resource-search-mcp-server: search_resources.
    • oracle.oci-usage-mcp-server / oracle.oci-pricing-mcp-server: usage and pricing evidence where available.
  2. Generic official OCI API MCP second: oracle.oci-api-mcp-server exposes get_oci_command_help and run_oci_command. Use this when no service-specific tool is available.
  3. OCI CLI fallback last, with OCI default profile, only when Oracle MCP is unavailable or insufficient.

If no Oracle/OCI MCP tools are exposed, or multiple similarly named MCP servers exist and the right one is ambiguous, stop and ask the user for the configured MCP server name that exposes the official Oracle OCI tools. Ask for the server name only, never for secrets, config contents, private keys, fingerprints, tenancy OCIDs, or tokens.

Platform-Agnostic Execution

These skills must work on macOS, Windows, Linux, and MCP-only clients. Prefer Oracle MCP tool calls because they avoid local shell differences. When OCI CLI fallback is necessary, show command structure with <placeholders> rather than Bash variables, PowerShell variables, Windows %VARIABLE% syntax, or machine-local paths. Adapt quoting, line continuation, and environment handling to the user's active platform only at execution time.

References

Load these only when needed, following progressive disclosure:

Preferred Official Oracle MCP Capabilities

  • oracle.oci-cloud-guard-mcp-server: list_problems, get_problem_details, update_problem_status; oracle.oci-identity-mcp-server for compartment/identity context; oracle.oci-resource-search-mcp-server for asset evidence.
  • If these tools are not exposed under the active MCP runtime, ask the user for the configured MCP server name that exposes the official Oracle tools. Ask for the name only, not credentials or config contents.

Documentation Fallback When Live Data Is Unavailable

Live OCI MCP data beats documentation. If live MCP data is unavailable, incomplete, or denied, switch to documentation/reference mode:

  • Use official-source with Oracle Cloud Infrastructure documentation (/websites/oracle_en-us_iaas_content) for OCI service behavior, IAM, limits, monitoring, security, cost, and operational concepts.
  • Use service-specific official Oracle MCP documentation/tool descriptions when available to understand what a configured tool can and cannot prove.
  • Ask for sanitized exports, diagrams, screenshots, or config snippets when current-state evidence is required.
  • Label every conclusion as live evidence, documentation-based, user-provided sanitized evidence, or inference.
  • Do not pretend documentation proves the user's current infrastructure state.

Safe Workflow

  1. Frame the scope

    • Ask for target: tenancy/compartment, region, environment, resource family, and whether this is audit-only or remediation.
    • If scope is broad, narrow it. "Whole tenancy" is an audit scope, not a change scope.
  2. Discover before judging

    • Use MCP read operations if available.
    • If using CLI, state that commands assume OCI default profile and placeholders must be replaced locally.
    • Capture command, region, timestamp, and whether output is raw, summarized, or sanitized.
  3. Classify findings

    • Critical: public exposure, broad admin, privilege escalation, missing audit trail, unencrypted sensitive data.
    • High: cross-compartment access without conditions, unmanaged keys, permissive security rules.
    • Medium: weak tagging, unclear ownership, excessive read access, incomplete logging.
    • Low: hygiene, naming, documentation, evidence gaps.
  4. Stress-test remediation

    • What breaks if we remove this permission?
    • Which principal truly needs access: user group, service, dynamic group, resource principal, or workload identity?
    • Can the permission be compartment-scoped, resource-scoped, tag-scoped, or condition-scoped?
    • Is there a rollback plan and audit evidence?
  5. Report with proof

    • Distinguish observed facts from inference.
    • Include exact policy statements or rule summaries only when sanitized.
    • Provide minimal remediation, validation steps, and residual risk.

OCI MCP / CLI Discovery Examples

Prefer MCP tools where available. Use CLI examples only as safe, local commands with placeholders:

# Confirm CLI identity and configured region without exposing secrets
oci iam region-subscription list

# List compartments after the user confirms the root or parent scope locally
oci iam compartment list --compartment-id <parent_compartment_or_tenancy_ocid> \
  --compartment-id-in-subtree true --all

# IAM policies: exact command family verified for OCI CLI
oci iam policy list --compartment-id <compartment_ocid> --all

# Security-relevant inventory examples
oci network vcn list --compartment-id <compartment_ocid> --all
oci network security-list list --compartment-id <compartment_ocid> --all
oci network nsg list --compartment-id <compartment_ocid> --all
oci os bucket list --compartment-id <compartment_ocid> --all
oci kms management vault list --compartment-id <compartment_ocid> --all
oci logging log-group list --compartment-id <compartment_ocid> --all

Do not require the user to reveal real OCIDs in chat. They can run commands and share sanitized summaries.

Least-Privilege / IAM Review Guidance

Attack these patterns first:

  • manage all-resources at tenancy or broad compartment scope.
  • Policies granting write/admin access where inspect, read, or a narrower verb/resource type is enough.
  • Access for human users where a workload should use dynamic groups or resource principals.
  • Dynamic group rules matching too many instances, functions, or clusters.
  • Missing conditions for network source, request principal type, target compartment, or resource tags.
  • Policies that mix unrelated duties: deploy, operate, audit, billing, security administration.
  • Cross-environment access: dev principals touching prod, shared automation roles without guardrails.

Review method:

  1. Identify principal, verb, resource type, scope, and condition.
  2. Map each permission to a business action.
  3. Remove unrelated actions. Narrow the scope before debating convenience.
  4. Prefer time-bound or ticket-bound exceptions for emergency access.
  5. Validate with a read-only command or policy simulator equivalent when available.

Output / Report Template

# OCI Security Compliance Review

## Scope
- Profile/config: default OCI profile unless otherwise stated
- Region(s):
- Compartment(s):
- Resource families:
- Evidence source: MCP / CLI / user-provided sanitized output

## Executive Verdict
- Status: PASS / PASS WITH RISKS / FAIL / INCONCLUSIVE
- Top risks:

## Findings
| Severity | Finding | Evidence | Impact | Minimal Fix | Validation |
|---|---|---|---|---|---|

## Least-Privilege Actions
- Remove:
- Narrow:
- Add condition:
- Separate duty:

## Assumptions and Unknowns
- Facts verified:
- Inferences:
- Unknowns blocking confidence:

## Red-Team Questions
- What would an over-privileged principal do next?
- What internet path exists to sensitive data?
- What audit evidence would fail under regulator review?

Red Flags

  • "Just give tenancy admin temporarily."
  • Public bucket, public load balancer, or 0.0.0.0/0 rule without explicit business justification.
  • Security change requested without compartment and region.
  • Human long-lived credentials used by automation.
  • No Audit/Logging trail for admin actions.
  • Encryption assumed but vault/key ownership not verified.
  • "We will clean it later" with no expiry, owner, or ticket.

What ships with it: 4 files

4.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.