aws
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [Local AWS Service Emulation]: The skill configures an in-memory local emulator using standard developer tooling via
npx. This allows workflows to mock behavior locally, minimizing accidental production modifications or cost overheads during testing. - [Mock Access Credentials]: Standard AWS SDK test placeholders (such as
AKIAIOSFODNN7EXAMPLEandwJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY) are used inside documentation examples. These conform to documented standard dummy credentials commonly used in AWS testing environments rather than exposed active secrets. - [Local Network Testing Loopback]: All network operations are explicitly bound to
localhostor loopback addresses (http://localhost:4006), ensuring that emulation traffic remains restricted to the local development sandbox context.
Audit Metadata