pulumi-best-practices
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: pulumi-best-practices version: 1.0.0 description: Best practices for writing reliable Pulumi programs.
Tool: SKILL.md [2/2] Description: Encrypted from the start pulumi config set --secret databasePassword hunter2 pulumi config set --secret apiKey sk-1234567890 ``` **In code**: ```typescript const config = new pulumi.Config(); // This retrieves a secret - the value stays encrypted const dbPassword = config.requireSecret("databasePassword"); // Creating outputs from secrets preserves secrecy const connectionString = pulumi.interpolate`postgres://user:${dbPassword}@host/db`; // connectionString is
Malicious tool definition detected
Tool: agents/openai.yaml Description: interface: