Skip to content

Conversation

PeyGis
Copy link
Contributor

@PeyGis PeyGis commented Aug 26, 2025

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Added docs pages

Please also include the path for the added docs

  • Quickstart (/)
  • Blueprint (/platform-overview/port-components/blueprint)
  • ...

Updated docs pages

Please also include the path for the updated docs

  • Quickstart (/)
  • Blueprint (/platform-overview/port-components/blueprint)
  • ...

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2722.d2ngvl90zqbob8.amplifyapp.com

@PeyGis PeyGis requested a review from hadar-co August 26, 2025 14:48
- You have installed [Port's AWS integration](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws) (or [GCP](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/cloud-providers/gcp/)/[Azure](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/))
- You have completed the setup in the [Trigger Claude Code from Port guide](https://docs.port.io/guides/all/trigger-claude-code-from-port)

:::tip Multi-cloud support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PeyGis as well as other coding agents, right? I could use Gemini as well

},
"condition": {
"type": "JQ",
"expressions": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PeyGis the answer might be "NO", but would it make sense to leverage scorecards/AI agent to determine whether the RDS is secured or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s possible to use an AI agent to determine whether an RDS is secured or not.

Here’s the workflow I imagine:

  • An RDS instance is created.
  • We send the full entity properties to an AI agent and instruct it to evaluate the security posture.
  • If the instance doesn’t meet standards, the agent can auto-fix it (by opening a PR with the necessary changes).

This has a lot of value, but I also see a potential downside: every single RDS instance would go to the AI agent. For large organizations, that could become overwhelming — both in terms of volume and token usage, which has cost implications.

One way to mitigate this would be to leverage our automation layer as a control mechanism, so the AI agent is only triggered under certain conditions.

That way we get the benefits of AI-driven remediation, without the overhead of sending every single resource through the agent.

I’m happy to align with whichever approach you think fits best.


# Auto-remediate insecure cloud resources with AI

Many organizations have strict policies requiring that all cloud resources meet specific security standards:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So currently the workflow is:

New RDS created -> Port automation identifies violation -> Claude code triggered -> Developer reviews the PR & Merge -> RDS security remediated?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PeyGis discussed - let's add Port AI to trigger Claude Code with the goal of finding the owner of the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants