wk-arch-review
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform shell operations for artifact detection and file discovery. As specified in the 'Non-Negotiable Contract' and 'Step 1' sections ofSKILL.md, it executesgit diffwithgrepto identify architectural changes and usesfindto locate design documents within the project directories. - [REMOTE_CODE_EXECUTION]: In
SKILL.md(Step 3) and the reference file2026-07-17_execute-logic-bearing-specs.md, the agent is instructed to perform an 'Empirical pass' where it 'drives the real implementation' or executes test harnesses for logic described in the documents under review. This involves dynamic execution of project code at runtime to verify architectural hypotheses. - [EXTERNAL_DOWNLOADS]: The skill utilizes
WebFetch(SKILL.md, Step 1) to retrieve architecture documents or specifications from external URLs provided by the user. The generated HTML playground also involves loading resources from external CDNs. - [DATA_EXFILTRATION]: The skill performs network operations using
WebFetchto fetch content from non-whitelisted domains during its document retrieval phase. While this is part of its core functionality, it represents a network communication capability. - [PROMPT_INJECTION]: The skill processes untrusted data from external documents and URLs. The 'Empirical pass' capability creates an attack surface for indirect prompt injection, where a malicious document could influence the agent's execution of commands or logic verification. The skill does not explicitly define sanitization or boundary markers for data processed during this empirical execution phase.
Audit Metadata