lore-recall
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted data retrieved from Lore transcripts.
- Ingestion points: Transcripts are ingested via
lore search,lore get,lore context, andlore sessionCLI commands. - Boundary markers: The skill does not define specific input delimiters but requires a highly structured JSON output as defined in
references/evidence-packet.mdto prevent schema confusion. - Capability inventory: Subprocess calls are limited to the
loreCLI and a local Node.js validation script. - Sanitization: The instructions explicitly state that transcripts are "testimony, not truth" and require current system state to override stale transcript claims. It also mandates paraphrasing when transcript content is sensitive.
- [COMMAND_EXECUTION]: The skill utilizes local CLI commands (
lore) and Node.js to perform its core functions and validation. These commands are part of the intended workflow and do not involve executing external or unverified scripts.
Audit Metadata