Session Persistence
Medium
- Category
- Rogue Agent
- Content
Then: ```bash systemctl --user daemon-reload systemctl --user enable --now ddgs systemctl --user status ddgs --no-pager ```
- Confidence
- 84% confidence
- Finding
- systemctl --user enable
Security checks across malware telemetry and agentic risk
This skill is a disclosed local web-search helper; the optional always-on service adds some operational risk but is clear and purpose-aligned.
Install this only if you are comfortable running a local search service and installing mcporter plus the ddgs Python package. Keep it bound to localhost, avoid sensitive searches, and enable the systemd service only if you intentionally want the server to keep running across sessions.
Then: ```bash systemctl --user daemon-reload systemctl --user enable --now ddgs systemctl --user status ddgs --no-pager ```
``` ### Optional: systemd user service (always available) Create `~/.config/systemd/user/ddgs.service`: ```ini [Unit] Description=DDGS MCP SSE server
65/65 vendors flagged this skill as clean.