kit icon indicating copy to clipboard operation
kit copied to clipboard

Script Kit. Automate Anything.

Results 161 kit issues
Sort by recently updated
recently updated
newest added

# Refactor app-launcher.ts for Type Safety and Maintainability ## Overview Code review of `src/main/app-launcher.ts` revealed critical issues with type safety and architectural patterns that make the code fragile and difficult...

Version 3.45.1 It seems like this issue only cropped up after recent upgrade. After some tinkering I discovered that when my .env looks like this, everything works ``` KIT=C:/Users/myusername/.kit KENV=C:/Users/myusername/.kenv...

## Description Critical security vulnerability in tail log command execution where user input could be used to inject malicious commands. ## Changes - Sanitized command execution to prevent potential command...

## Description Critical security vulnerability in `script.sh` allowing command injection through unvalidated user inputs. ## Changes - Added input sanitization - Implemented strict input validation - Prevented direct shell command...

## Description Critical security vulnerability in download functions that disabled SSL certificate validation, exposing system to potential man-in-the-middle attacks. ## Changes - Removed `rejectUnauthorized: false` from download functions across multiple...

An article summarizing two weeks of Script Kit development was created in `development-update-article.md`. The article highlights 78 commits, focusing on major feature additions and improvements suitable for a homepage. Key...

Hey friend 👋🏼 I was looking around for projects that use the `ai` SDK to try out [codemods for the upcoming v5 upgrade](https://github.com/vercel/ai/issues/6552) and found good old `kit`! Been a...

## Summary - adjust `Strip metadata variations` test to expect metadata lines removed ## Testing - `pnpm test` *(fails: Cannot find module '/root/.kit/api/global.js')*

codex

I have a script that lists my projects with the ability to open them in multiple places using CMD+K actions. In my case, the actions are built dynamically based on...

When specifying the `height` property in a prompt config (e.g., when using `arg`), the resulting prompt window does not respect the given height value. ```typescript const prompt = await arg({...