list-builder
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run local Deno scripts (
scripts/validate-list.tsandscripts/merge-lists.ts) usingdeno run --allow-readto validate and combine data. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest data from external sources which could contain malicious instructions.
- Ingestion points: External research via Kiwix and Wikipedia as described in the 'Research Process' in
SKILL.md. - Boundary markers: The instructions do not specify any delimiters or safety markers to differentiate between user instructions and data retrieved from external sources.
- Capability inventory: The skill possesses the ability to execute shell commands via
deno runand write to the local file system (persisting JSON output todata/directories). - Sanitization: There is no explicit sanitization or filtering logic mentioned for content retrieved during the research phase.
Audit Metadata