ws-search
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes markdown content from a local wiki, creating a surface for indirect prompt injection if the wiki contains instructions designed to override agent behavior.
- Ingestion points: wiki markdown files accessed via
scripts/ws.py grepand full file reads. - Boundary markers: The skill instructions mandate citing sources with wikilinks and explicitly reporting knowledge gaps, but do not provide specific delimiters for separating wiki content from agent instructions.
- Capability inventory: Shell execution for search operations and local file writes for logging.
- Sanitization: No explicit sanitization or escaping instructions are provided for handling search patterns or content interpolated into the logging command.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to interact with the bundled
scripts/ws.pyhelper and to perform logging operations. - Evidence: Instructions in
SKILL.mdprovide shell command templates forpython3 scripts/ws.pyandprintf >> log.md. The Python script itself is a read-only traversal tool with no external dependencies or additional subprocess capabilities.
Audit Metadata