kb
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill orchestrates several command-line tools including
kb,qmd,grep,git, andnpm. These tools are used for vault management, indexing, searching, and structural auditing. - [EXTERNAL_DOWNLOADS]: The documentation recommends installing the
@tobilu/qmdpackage from the official npm registry to enable search and indexing capabilities. - [PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data from URLs, YouTube transcripts, local files, and codebases. This creates a significant surface for indirect prompt injection, where malicious content in the sources could influence the agent's behavior during article compilation or query synthesis. \n
- Ingestion points:
kb ingest url,kb ingest file,kb ingest youtube, andkb ingest codebaseinSKILL.md.\n - Boundary markers: No explicit boundary markers or "ignore embedded instructions" warnings are used when the LLM reads ingested content from the
raw/directory.\n - Capability inventory: The skill uses the
kbCLI for file operations and ingestion,qmdfor search, and shell utilities likegrepandgitfor maintenance. In the hands of an injected prompt, these tools could be used to explore the local file system or repository.\n - Sanitization: The skill lacks explicit sanitization or validation of the content scraped from external URLs or codebases before it is processed by the LLM.
Audit Metadata