rlm-cleanup-agent
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection during its core distillation process.\n
- Ingestion points: The
scripts/distiller.pyscript reads the raw content of local files (as defined inrlm_profiles.json) to generate semantic summaries via a local LLM (Ollama).\n - Boundary markers: The prompt templates in
resources/prompts/rlm/rlm_summarize_general.mdandrlm_summarize_tool.mduse markdown-style headers to delimit source content but lack explicit instructions for the model to ignore or sanitize embedded commands within that content.\n - Capability inventory: The skill utilizes
Bash,Read, andWritetools to perform filesystem maintenance and execute its internal Python logic.\n - Sanitization: The
scripts/distiller.pyscript performs character-count truncation but does not filter for prompt injection markers before passing data to the LLM.
Audit Metadata