add-new-package

Pass

Audited by Gen Agent Trust Hub on Jun 12, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill outlines a standard workflow for creating new software packages within a monorepo structure.
  • Creating package files (package.json, tsconfig.json, src/index.ts, etc.) based on existing internal templates.
  • Modifying internal monorepo configuration files to register the new package.
  • [COMMAND_EXECUTION]: The skill instructs the agent to run project-specific development commands.
  • bun i for installing package dependencies.
  • bun run make which executes tsgo && bun --env-file=../.env.bundle bundle.ts.
  • [EXTERNAL_DOWNLOADS]: The skill involves dependency management.
  • Fetches dependencies via bun i from the monorepo workspace or standard package registries.
  • References well-known libraries such as react and react-dom.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 12, 2026, 08:58 PM
Security Audit — agent-trust-hub — add-new-package