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.git into 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 clone to retrieve source files.
  • mkdir -p to establish target directory structures in ~/.claude or local project paths.
  • cp -r to deploy selected skills and rules to the agent's active configuration.
  • rm -rf for temporary directory cleanup.
  • grep and ls for post-installation verification and path validation.
  • [REMOTE_CODE_EXECUTION]: The documentation identifies npx github:marvinrichter/clarc as a bootstrap installation method, which involves downloading and executing code directly from the author's GitHub repository.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 06:31 PM
Security Audit — agent-trust-hub — configure-clarc