# HiddenLayer Discovery Release Notes

We are delighted to announce the latest release of the HiddenLayer Discovery, as part of our continued commitment to providing the industry's most advanced AI security solutions. This latest update introduces new features and enhancements that offer an even more robust, intuitive, and effective cybersecurity for your AI experience.

## HiddenLayer Discovery version 26.5.0

Release notes for the HiddenLayer Discovery version 26.5.0 released on May 27, 2026.

### What's New

#### AWS BedRock AgentCore Support

Asset Discovery for AWS has been extended to include support for Bedrock AgentCore assets.

The discoverable assets are:

- Agent Runtimes
- Memory
- Endpoints
- Tool Gateways
- Policy


The IAM policy will need to be updated with the following to succesfully discover AgentCore assets:


```
"Sid": "EcrReadAccess",
      "Effect": "Allow",
      "Action": [
        "ecr:DescribeImages",
        "ecr:ListTagsForResource",
        "ecr:GetAuthorizationToken",
        "ecr:BatchGetImage",
        "ecr:GetDownloadUrlForLayer",
        "ecr:BatchCheckLayerAvailability"
      ],
      "Resource": "*"
```

#### ECR Scanning

Asset Discovery has been enhanced to include visibility into ECR and models within containers. Models will be automatically scanned within containers if present.

See the [Supply Chain](/docs/products/supply-chain/releasenotes#supply-chain-version-2651) for more information.

- If there is already an existing setup AWS integration the IAM role will need to be updated to include *ecr:DescribeImages* in order to successfully scan a container related to ECR.
- This permission is included when a new AWS integration is setup.


Please also be aware of the following scenarios:

- There is a scenario where some containers may not contain any models at time of deployment. Instead the model is downloaded into the container after the container is first initialized.
  - In this scenario, the Discovery process may not have visibility into the model as the model was not present on the container at time of discovery.
- Containers with very high file counts, such as over 100K+ files in a container, can potentially take over an hour to complete scanning.


## HiddenLayer Discovery version 26.3.0

Release notes for the HiddenLayer Discovery version 26.3.0 released on March 23, 2026.

### What's New

#### AWS Sagemaker Models

- This update extends Discovery support for Sagemaker models to include models derived from a Model Package.