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, andesbuild. These are widely used, reputable libraries for AWS development. - [COMMAND_EXECUTION] (SAFE): The instructions include running
npm init,npm install, andmkdir. These are standard operations for creating a new project structure. The use ofchmod +xon the providedbuild.shis 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
curlorwget) into an interpreter. All executed code resides within the skill's assets or is installed via the standard package manager.
Audit Metadata