script-kit-ai-testing
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation for testing a local application environment. It includes instructions for building the software using standard build tools like
cargo build. - [SAFE]: Guidance on API key configuration uses standard environment variable placeholders (e.g.,
sk-...) for Anthropic and OpenAI, which is a common developer practice and does not involve hardcoded credentials. - [SAFE]: The command execution patterns described involve piping JSON commands to a locally built binary (
./target/debug/script-kit-gpui) for testing purposes, which is a controlled and intended interaction for this type of development tool. - [SAFE]: No obfuscation, data exfiltration, or unauthorized network operations were detected. All described file operations (such as saving screenshots to
.test-screenshots/) are local to the development environment.
Audit Metadata