AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

check_s3_bucket

Analyze an S3 bucket for security vulnerabilities by specifying the bucket name. Returns a detailed JSON assessment to identify potential risks and misconfigurations.

Instructions

Check an individual S3 bucket for security issues.

Args: bucket_name: Name of the S3 bucket to check Returns: JSON object with detailed security assessment for the specified bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" } }, "required": [ "bucket_name" ], "title": "check_s3_bucketArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g