lambdakit-ts

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS] (SAFE): The skill installs standard Node.js packages from the public npm registry, including @aws-lambda-powertools/logger, @middy/core, and esbuild. These are widely used, reputable libraries for AWS development.
  • [COMMAND_EXECUTION] (SAFE): The instructions include running npm init, npm install, and mkdir. These are standard operations for creating a new project structure. The use of chmod +x on the provided build.sh is a routine step for enabling local build scripts.
  • [REMOTE_CODE_EXECUTION] (SAFE): No remote code execution patterns were detected. There are no instances of piping network content (e.g., via curl or wget) into an interpreter. All executed code resides within the skill's assets or is installed via the standard package manager.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:42 PM