AWS Infra

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only AWS helper is transparent and purpose-aligned, but it relies on your local AWS profile and can guide AWS CLI changes, so use a least-privileged profile and confirm commands carefully.

Before installing or invoking this skill, configure a dedicated least-privileged AWS profile, specify the intended profile and region, verify the account identity, and do not confirm any write or destructive AWS CLI command until you have reviewed the exact command and target resources.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The assistant may query AWS resources using whatever permissions are available in the selected local AWS profile.

Why it was flagged

The skill intentionally uses the local AWS CLI profile/configuration, which can grant access to sensitive AWS account resources. This is disclosed and purpose-aligned, but users should notice the privilege boundary.

Skill content
Otherwise use `AWS_PROFILE` / `AWS_REGION` if set, then fall back to `~/.aws/config`.
Recommendation

Use a dedicated least-privileged or read-only AWS profile where possible, specify the intended profile and region, and verify the identity with sts get-caller-identity before relying on results.

What this means

If a user confirms a write command, the assistant could help change, scale, delete, or modify AWS resources according to the local profile’s permissions.

Why it was flagged

The skill can guide AWS CLI operations that mutate cloud resources, but it explicitly requires confirmation and prefers dry-run/planning before such actions.

Skill content
Only propose or run write/destructive actions after explicit user confirmation.
Recommendation

Review every proposed command, region, account, and resource identifier before confirming; prefer dry-run options and limited-permission roles.

What this means

Users relying only on metadata may not realize the skill expects local AWS CLI configuration and AWS account access.

Why it was flagged

The registry metadata does not declare the AWS CLI or AWS profile/environment usage described in SKILL.md. This is an under-declared setup/credential contract, not hidden code execution.

Skill content
Required binaries (all must exist): none ... Env var declarations: none ... Primary credential: none
Recommendation

Treat AWS CLI and AWS profile access as prerequisites even though they are not declared in metadata, and configure a constrained profile before use.