Ai Agent Configurator
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill appears to be a straightforward React UI setup guide, with the main caution being that it asks users to install an external npm package.
This skill looks safe for its stated purpose as a React component setup guide. Before installing, verify that the `orbcafe-ui` npm package is the package you intend to use and consider pinning the version in your project.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing any npm package can add third-party code to your project, so the package should be trusted before use.
The skill instructs the user to install a third-party npm package. This is aligned with the stated React UI implementation purpose, but the package version is not pinned and the package provenance is not otherwise described.
npm install orbcafe-ui # or pnpm add orbcafe-ui
Review the npm package, consider pinning a known-good version, and use normal dependency review practices before adding it to a project.
