hf-cloud-aws-context-discovery
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECREDENTIALS_UNSAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: Accesses local AWS credentials and configuration files (
~/.aws/credentialsand~/.aws/config) to resolve the active profile and region. This is a core function of the skill and does not involve exfiltration. - [COMMAND_EXECUTION]: Uses the
aws configure listandaws sts get-caller-identitycommands to confirm effective settings and validate the caller's identity, which is standard practice for AWS discovery tools. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local AWS configuration files to determine operational parameters.
- Ingestion points:
~/.aws/configand~/.aws/credentials(referenced inSKILL.md). - Boundary markers: None explicitly defined for INI parsing.
- Capability inventory: Executes shell commands via the
awsCLI (referenced inSKILL.md). - Sanitization: None specified for configuration values.
Audit Metadata