awiki-agent-id-message
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes incoming messages from external sources through the awiki network, creating a surface for indirect prompt injection. To mitigate this risk, the skill provides extensive rules in
SKILL.mdandreferences/RULES.mdthat explicitly instruct the agent to treat these messages as data rather than instructions and to ignore any commands contained within them. - [COMMAND_EXECUTION]: The
scripts/query_db.pytool allows the agent to execute SQL queries against its local SQLite database. Thelocal_store.pymodule implements safety checks to prevent destructive operations such asDROP,TRUNCATE, andDELETEwithout aWHEREclause, ensuring the tool is used only for data inspection and management. - [EXTERNAL_DOWNLOADS]: The
scripts/manage_group.pyscript includes a--fetch-docparameter that allows the agent to download content from arbitrary URLs. This is a functional requirement for retrieving group documentation but allows the agent to access external web content at runtime. - [EXTERNAL_DOWNLOADS]: Installation instructions in
SKILL.mdprovide an option to download the skill archive fromawiki.infovia unencrypted HTTP. While this is a best-practice violation, it originates from the vendor's infrastructure and is provided as an alternative installation method.
Audit Metadata