mols-kanban-markdown
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/move_cards.pyexecutes therumdlutility usingsubprocess.runto perform link validation. The command is constructed as a list, which prevents shell injection vulnerabilities. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it reads and processes markdown cards provided by the user. * Ingestion points: Card files are read from the
backlog/,active/, andarchive/directories byscripts/move_cards.pyandscripts/validate_frontmatter.py. * Boundary markers: There are no explicit delimiters or instructions to the agent to ignore content-embedded commands within the cards. * Capability inventory: The skill has the ability to move and delete files within the board structure and execute external processes. * Sanitization: The skill correctly usesyaml.safe_loadinscripts/shared.pyto prevent code execution during the parsing of card frontmatter.
Audit Metadata