pulumi-overview
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
npx pulumicommand to execute infrastructure management tasks across various cloud providers. - Evidence: Examples include
npx pulumi dofor ad-hoc resources,npx pulumi upfor deployments, andnpx pulumi previewfor change inspection. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to fetch the Pulumi CLI and provider plugins from official registries.
- Evidence: The skill uses
npxto fetch thepulumipackage from the npm registry and notes thatpulumi doresolves provider packages through the Pulumi registry. - [REMOTE_CODE_EXECUTION]: Using
npxinvolves downloading and executing code from the npm registry at runtime. - Evidence: The skill notes that
npx pulumiworks on any machine with Node.js installed and runs the command from the npm registry if the binary is not on the PATH. - [CREDENTIALS_UNSAFE]: The skill documents the handling of ephemeral agent credentials and provides security guidance for secret management.
- Evidence: It identifies
/tmp/.pulumi/credentials.jsonas the storage location for ephemeral agent credentials. - Mitigation: The instructions explicitly advise against capturing output from
pulumi env openin logs and recommend usingenv runto mask secrets.
Audit Metadata