lore-handoff
Warn
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The validation script
scripts/validate-handoff.mjsutilizeschild_process.spawnSyncto execute thetsxbinary found in the project's localnode_modulesdirectory. - [REMOTE_CODE_EXECUTION]: The script
scripts/validate-handoff.mjsperforms dynamic code execution by usingimport()on computed file paths (dist/skills/handoff-validation.jsorsrc/skills/handoff-validation.ts) to load its validation logic. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its data processing workflow.
- Ingestion points: Untrusted data enters the agent context via the
lore-recalltool and by reading JSON handoff files. - Boundary markers: No delimiters or instructions are used to distinguish or ignore embedded instructions in the ingested data.
- Capability inventory: The skill has the capability to execute local scripts and spawn subprocesses via the
validate-handoff.mjsscript. - Sanitization: There is no evidence of validation or sanitization of external content before it is processed by the agent.
Audit Metadata