kb-query
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill reads multiple markdown files from the
docs/kb/directory andCLAUDE.mdto synthesize answers. While these are project documentation files, this constitutes a data access pattern that could be leveraged if combined with network operations, though no network activity is present in this skill. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through the knowledge base files it processes.
- Ingestion points: Reads content from any
.mdfile withindocs/kb/and theCLAUDE.mdcatalog. - Boundary markers: Absent. There are no explicit instructions to the agent to ignore or delimit potentially malicious instructions contained within the KB files being synthesized.
- Capability inventory: The skill has the ability to read files, create new markdown files in
docs/kb/, and modify existing project files such asCLAUDE.md,_index.md, and_log.md. - Sanitization: Absent. The skill does not validate or sanitize the content retrieved from the KB files before using it in synthesis or writing it back to new files.
Audit Metadata