jabraf-app-config-setup
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the @jabraf/app-config package from the public NPM registry. This is the primary library the skill is designed to configure.
- [COMMAND_EXECUTION]: The skill executes package manager commands (npm, yarn, or pnpm) to install the runtime dependency. It also executes npx and potentially project-defined typecheck scripts.
- [REMOTE_CODE_EXECUTION]: The skill runs
npx jabraf-config build, which executes a CLI tool from the downloaded @jabraf/app-config package to generate project configuration artifacts.
Audit Metadata