skill-finder-cn
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the official PostPlus CLI tool using
npm install -g @postplus/cli@latest. This is a standard installation procedure for the vendor's toolset. - [REMOTE_CODE_EXECUTION]: The skill and its included search script use
npxto execute functionality directly from the vendor's public repository (PostPlusAI/postplus-skills). This is used to retrieve the catalog of available skills and perform installations. - [COMMAND_EXECUTION]: The
scripts/search.shscript executes shell commands to list and filter available skills usingnpxandgrep. These commands are scoped to searching the vendor's official skill repository.
Audit Metadata