Latest release: v2026.7.1Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The artifacts match the stated purpose: they register an Amazon Bedrock provider, stream model requests, invoke embedding models, discover Bedrock models and inference profiles, and apply configured guardrail settings.
Instruction Scope
The plugin is enabled by default but not activated on startup; discovery can run when configured or when AWS credential markers are present, and the manifest exposes controls for region, provider filter, refresh interval, and guardrails.
Install Mechanism
The npm package contains dist files, README, manifest, and shrinkwrap only; package.json shows no install scripts, bins, or unrelated execution hooks.
Credentials
It uses AWS environment variables, AWS profiles/default credential chain, shared config loading, and Bedrock network calls, which are sensitive but proportionate for an AWS Bedrock provider.
Persistence & Privilege
No artifact-backed file persistence, background workers, privilege escalation, or destructive behavior was found; runtime caches are in-memory and config migration returns updated config through OpenClaw APIs.
Scan Findings in Context
[VirusTotal telemetry] expected: Telemetry reported 0 malicious and 0 suspicious detections across 61 engines, supporting but not determining the benign verdict.
[SkillSpector] expected: No SkillSpector findings were supplied.
[trusted @openclaw plugin context] expected: Publisher context identifies this as an official, source-linked OpenClaw plugin; artifact behavior remains consistent with that metadata.
Assessment
Install only if you intend OpenClaw to use your AWS Bedrock access. The plugin may read AWS credential/profile configuration through the AWS SDK and send prompts, images, tool data, and embedding text to Amazon Bedrock under your AWS account.Verification
Tags
OpenClaw Amazon Bedrock Provider
Official OpenClaw provider plugin for Amazon Bedrock. It adds Bedrock model discovery, text generation, embeddings, and guardrail-aware provider routing for agents that use AWS-hosted models.
Install from OpenClaw:
openclaw plugin add @openclaw/amazon-bedrock-provider
Configure AWS credentials and region through your normal OpenClaw credential/profile setup, then select Bedrock models with the amazon-bedrock/... provider prefix.
