AAchriomThe media memory layer for AI agents and their humans. Your AI client gets 29 tools to search your collection, add items, update ratings, preview music, and find patterns across everything you've read, watched, and listened to.
mcp-so:achriom_achriom
View sourceFirst Seen
Feb 20, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
75/100
Findings (2)
Detects common jailbreak prompt patterns
Developer mode Remove directives that attempt to exfiltrate data through the agent's response (e.g., asking the agent to embed credentials in URLs or include secret values in output).
Likely FP if the text is a legitimate tool instruction about displaying configuration to the user (e.g., show current settings) without external transmission.
Detects MCP server configurations connecting to non-localhost remote URLs
"url": "https://mcp.achriom.com/mcp?api_key=YOUR_KEY" Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.
Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).