21st-cli
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands via
21standnpxto manage UI components, such as21st addfor installation and21st publishfor uploading local code. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
@21st-dev/clipackage and associated dependencies from the npm registry and fetches component code from the official 21st.dev registry. - [CREDENTIALS_UNSAFE]: The skill manages authentication by reading from
~/.config/21st/auth.jsonand supports passing API keys via standard environment variables likeTWENTYFIRST_TOKENorAPI_KEY_21ST. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it downloads external React component code (
21st add) and processes user-provided descriptions for AI generation (21st generate). While no explicit sanitization or boundary markers are documented, the capabilities are restricted to the local development environment and the 21st.dev platform.
Audit Metadata