llm-wiki
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted external content (articles, papers, notes) to generate summaries and cross-references.
- Ingestion points: External files in the
raw/directory are processed viascripts/ingest_source.py. - Boundary markers: Instructions in
SKILL.mdandwiki-ingestor.mdmandate that the agent discuss takeaways and proposed edits with the user before writing to the vault. - Capability inventory: The sub-agents possess
Bashfor running management scripts andWritecapabilities for the Markdown knowledge base. - Sanitization: The scripts perform basic text extraction but rely on manual user verification of the LLM's synthesis to prevent malicious instruction following.
- [COMMAND_EXECUTION]: The skill uses local shell commands to execute its management tools.
- Evidence: Automated workflows for vault initialization, indexing, and ingestion involve running the provided Python scripts via the
Bashtool.
Audit Metadata