neil
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of the
neilCLI utility for managing Clojure project structures, such as adding build tools, test runners (kaocha, cognitect), and nREPL servers. - Ingestion points: The skill ingests data from external sources via
neil dep searchandneil dep versionswhich query the public Clojars registry. - Boundary markers: No explicit delimiters are used in the prompt instructions to isolate data returned from external registry searches.
- Capability inventory: The utility has capabilities to modify the local file system (e.g.,
deps.edn,build.clj,LICENSE) and manage project dependencies. - Sanitization: No explicit sanitization of external registry data is defined within the skill instructions; however, this is standard behavior for package management tooling.
- [EXTERNAL_DOWNLOADS]: The skill enables the retrieval of external libraries from well-known sources, including the Clojars registry and GitHub repositories. These operations are the primary intended function of the 'neil' tool.
Audit Metadata