agentic-memory-adapter
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
run_codememory.shandhealth_check.shscripts manage the execution of thecodememoryCLI binary. Therun_codememory.shscript implements a whitelist of allowed subcommands (init,status,index,watch,serve,search) to prevent the execution of unauthorized tool features. Commands are executed with configurable timeouts and retries, using standard shell quoting to handle repository paths and arguments safely. - [DATA_EXFILTRATION]: The
health_check.shscript performs diagnostic checks on the local environment. It verifies the existence of necessary configuration files (.env,.codememory/config.json) and checks for the presence of required environment variables likeOPENAI_API_KEY. An inline Python routine is used to test connectivity to a configured Neo4j database endpoint via a socket check; this operation is local to the network and does not transmit sensitive data to external or untrusted domains.
Audit Metadata