agentmemory-rest-api
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlcommands to interact with a local API service hosted onlocalhost:3111. These commands are used for routine tasks such as checking service liveness and performing memory 'remember' and 'search' operations. - [DATA_EXFILTRATION]: All network requests are directed to
localhost. This is a whitelisted environment, and there is no evidence of data being transmitted to external or untrusted domains. - [SAFE]: The skill correctly recommends the use of an environment variable (
AGENTMEMORY_SECRET) for handling authentication secrets, rather than hardcoding them into the instructions. - [SAFE]: The skill defines a standard set of RESTful endpoints for local tool integration. A thorough review of the 117 registered endpoints and instructions revealed no signs of obfuscation, malicious persistence mechanisms, or unauthorized code execution.
Audit Metadata