@pulumiverse/scaleway
A Pulumi package for creating and managing Scaleway cloud resources.
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:ssh-key-access | AI (semgrep): Fires on example/doc code showing ~/.ssh/id_rsa.pub as a sample input value, not credential harvesting. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): Fires on `new Function(...)` where Function is the deprecated Pulumi resource class, not the JS built-in eval-like constructor. | ai | |
| provenance | no-provenance | AI (provenance): Established pulumiverse org package; lack of Sigstore provenance is common and not a risk signal here. | ai |
Versions (showing 7 of 7)
| Version | Deps | Published |
|---|---|---|
| 1.50.0 | 1 / 3 | |
| 1.49.0 | 1 / 3 | |
| 1.48.1 | 1 / 3 | |
| 1.48.0 | 1 / 3 | |
| 1.47.0 | 1 / 3 | |
| 1.46.0 | 1 / 3 | |
| 1.45.0 | 1 / 3 |
v1.50.0
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.49.0
5 findingsAccessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/05519320cce68916fff952eb89ce197f97e43ef6/network/publicGateway.js#L63 61 | * name: "key1", 62 | * publicKey: std.file({ > 63 | * input: "~/.ssh/id_rsa.pub", 64 | * }).result, 65 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/05519320cce68916fff952eb89ce197f97e43ef6/network/publicGateway.js#L69 67 | * name: "key2", 68 | * publicKey: std.file({ > 69 | * input: "~/.ssh/another_key.pub", 70 | * }).result, 71 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/05519320cce68916fff952eb89ce197f97e43ef6/vpcPublicGateway.js#L63 61 | * name: "key1", 62 | * publicKey: std.file({ > 63 | * input: "~/.ssh/id_rsa.pub", 64 | * }).result, 65 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/05519320cce68916fff952eb89ce197f97e43ef6/vpcPublicGateway.js#L69 67 | * name: "key2", 68 | * publicKey: std.file({ > 69 | * input: "~/.ssh/another_key.pub", 70 | * }).result, 71 | * });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.48.1
5 findingsAccessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/8bd236b86c307c78235f9eac1e4e6bc134cc9024/network/publicGateway.js#L63 61 | * name: "key1", 62 | * publicKey: std.file({ > 63 | * input: "~/.ssh/id_rsa.pub", 64 | * }).result, 65 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/8bd236b86c307c78235f9eac1e4e6bc134cc9024/network/publicGateway.js#L69 67 | * name: "key2", 68 | * publicKey: std.file({ > 69 | * input: "~/.ssh/another_key.pub", 70 | * }).result, 71 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/8bd236b86c307c78235f9eac1e4e6bc134cc9024/vpcPublicGateway.js#L63 61 | * name: "key1", 62 | * publicKey: std.file({ > 63 | * input: "~/.ssh/id_rsa.pub", 64 | * }).result, 65 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/8bd236b86c307c78235f9eac1e4e6bc134cc9024/vpcPublicGateway.js#L69 67 | * name: "key2", 68 | * publicKey: std.file({ > 69 | * input: "~/.ssh/another_key.pub", 70 | * }).result, 71 | * });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.48.0
5 findingsAccessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/fe5c22cdee50e2b75a520833891336441e8f2e74/network/publicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/fe5c22cdee50e2b75a520833891336441e8f2e74/network/publicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/fe5c22cdee50e2b75a520833891336441e8f2e74/vpcPublicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/fe5c22cdee50e2b75a520833891336441e8f2e74/vpcPublicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.47.0
5 findingsAccessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/b15be3189e047caf2714254e695e978b114e4cbc/network/publicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/b15be3189e047caf2714254e695e978b114e4cbc/network/publicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/b15be3189e047caf2714254e695e978b114e4cbc/vpcPublicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/b15be3189e047caf2714254e695e978b114e4cbc/vpcPublicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.46.0
5 findingsAccessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/3e5ea5ec8bc177f4a444279c05b8066f6f214995/network/publicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/3e5ea5ec8bc177f4a444279c05b8066f6f214995/network/publicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/3e5ea5ec8bc177f4a444279c05b8066f6f214995/vpcPublicGateway.js#L40 38 | * name: "key1", 39 | * publicKey: std.file({ > 40 | * input: "~/.ssh/id_rsa.pub", 41 | * }).result, 42 | * });
Accessing SSH keys — strong indicator of credential theft Source: https://github.com/pulumiverse/pulumi-scaleway/blob/3e5ea5ec8bc177f4a444279c05b8066f6f214995/vpcPublicGateway.js#L46 44 | * name: "key2", 45 | * publicKey: std.file({ > 46 | * input: "~/.ssh/another_key.pub", 47 | * }).result, 48 | * });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.45.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.