wayfinder-team
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external task definitions from
map.mdand theissues/directory, which could potentially contain malicious instructions.\n - Ingestion points: Step 1 in
SKILL.mdreads the content of child issues and the project map.\n - Boundary markers: The protocol in
references/agent-team-protocol.mdspecifies 'Context Hygiene' where dispatch prompts are stripped of full issue content, only providing IDs and summarized goals.\n - Capability inventory: The skill uses
TeamCreateto spawn sub-agents and manages tracker file updates.\n - Sanitization: The skill implements 'dispatch prompt slimming' (Step 3), ensuring sub-agents receive minimal context, thereby reducing the surface area for instruction injection.\n- [COMMAND_EXECUTION]: The evaluation scripts included with the skill use Python's
subprocessmodule to run internal validation tools.\n - Evidence:
evals/test_wayfinder_team_protocol.pyexecutes thecheck-wayfinder-team-protocol.pyscript usingsubprocess.run.\n - Context: This behavior is limited to the test environment and targets local files within the skill package for policy enforcement.\n- [EXTERNAL_DOWNLOADS]: The documentation references an external resource for functional dependency.\n
- Evidence:
SKILL.mdnotes that the/wayfinderskill from themattpocock/skillsrepository is required.\n - Context: This is a standard functional requirement provided as documentation to the user and does not involve automated remote code execution by the skill itself.
Audit Metadata