securing-aws-iam-permissions
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate security auditing tasks for AWS IAM. It uses the official AWS CLI and the Boto3 Python library to interact with AWS services.
- [DATA_EXPOSURE]: The skill processes sensitive IAM data, such as credential reports and policy documents. This is necessary for its stated purpose of security auditing. The data is handled locally (stored in
iam-report.csvoriam_audit_report.json) and is not transmitted to any external third-party domains. - [COMMAND_EXECUTION]: The skill includes shell commands for the AWS CLI and a Python script using Boto3. All commands are restricted to auditing and configuring AWS IAM, Access Analyzer, AWS Config, and EventBridge, aligning with the skill's purpose.
- [EXTERNAL_DOWNLOADS]: The skill references the standard
boto3package, which is the official AWS SDK for Python and is a well-known, trusted dependency.
Audit Metadata