tool-inventory-init
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run a local Python script,
tool_inventory_init.py, which is responsible for setting up the project environment. It creates a.agent/learning/directory and populates it with configuration files includingrlm_profiles.json,rlm_tools_manifest.json, andrlm_tool_cache.json. - [SAFE]: No malicious patterns were detected. The skill's operations are confined to the project repository, and it does not perform network requests, access sensitive user credentials, or execute code from untrusted remote sources. The use of relative path navigation to find the project root is consistent with its purpose as a repository-level initialization tool.
Audit Metadata