clj-replace
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill successfully implements its stated purpose of structural Clojure code replacement without any malicious side effects. The code logic focuses on parsing S-expressions and applying transformations locally.
- [EXTERNAL_DOWNLOADS]: The Babashka script in
scripts/clj-replace.bbutilizesbabashka.depsto load therewrite-cljlibrary from a standard repository. This is a standard and documented practice for managing dependencies in the Babashka environment. - [COMMAND_EXECUTION]: The tool performs local file system operations (reading with
slurpand writing withspit) on the target Clojure files to apply requested code changes. These operations are restricted to the files specified by the user or agent at runtime.
Audit Metadata