configure-clarc
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill clones the source repository from
https://github.com/marvinrichter/clarc.gitinto a temporary directory (/tmp/clarc) to facilitate the installation process. - [COMMAND_EXECUTION]: Employs standard shell commands to manage the installation environment and file placement, including:
git cloneto retrieve source files.mkdir -pto establish target directory structures in~/.claudeor local project paths.cp -rto deploy selected skills and rules to the agent's active configuration.rm -rffor temporary directory cleanup.grepandlsfor post-installation verification and path validation.- [REMOTE_CODE_EXECUTION]: The documentation identifies
npx github:marvinrichter/clarcas a bootstrap installation method, which involves downloading and executing code directly from the author's GitHub repository.
Audit Metadata