aws-security
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface where untrusted external data could influence the agent's actions.
- Ingestion points: Multiple instructions in
SKILL.mddirect the agent to load content from local files such asdynamo-policy.json,trust.json, andwaf-rules.jsonas arguments for AWS commands. - Boundary markers: No delimiters or instructions to ignore potential commands within these files are provided.
- Capability inventory: The skill uses the
shelltool to executeawsCLI commands, which possess the capability to modify cloud resources and policies. - Sanitization: No validation or sanitization is performed on the content of the external files before they are processed by the shell environment.
- [COMMAND_EXECUTION]: The skill utilizes the
shelltool to perform various AWS administrative and security tasks. These include creating IAM roles, managing KMS keys, and configuring WAF rules, which are all consistent with the skill's stated purpose as a security reference. - [DATA_EXFILTRATION]: The skill includes instructions to generate and decode IAM credential reports (
aws iam get-credential-report). While this action exposes sensitive account security metadata to the agent's execution context, it is a standard auditing procedure and no instructions for unauthorized external transmission were found.
Audit Metadata