update
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill performs shell-based auditing and update tasks. Evidence: It executes
npm lsandnpm viewto determine installed versus latest versions of packages. It runsgrepto scan the codebase for deprecated API signatures. It usesnpm installandpnpm addfor package management. These actions are restricted to specific, non-arbitrary commands necessary for the skill's purpose. - [EXTERNAL_DOWNLOADS] (SAFE): The skill manages remote dependencies. Evidence: It updates core libraries from the npm registry. It suggests the use of
npx shadcn@latest addto fetch UI components fromhttps://r.assistant-ui.com/thread. While this involves downloading code from a third-party domain, the behavior is a documented feature of the framework's migration process (moving from internal UI packages to local registry-based components). - [PROMPT_INJECTION] (LOW): The skill has an indirect injection surface. Evidence: 1. Ingestion points: The agent reads and interprets the output of
npmandgrepcommands from the local filesystem. 2. Boundary markers: No explicit delimiters or instructions to ignore embedded content are provided. 3. Capability inventory: The skill can modify the project's source code and configuration. 4. Sanitization: No sanitization is performed on input data. However, as these inputs come from the local development environment or official package registries, the risk is minimal and characteristic of migration tools.
Audit Metadata