aw-create-walkthrough
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: A thorough analysis of the skill reveals no malicious patterns, obfuscation, or unauthorized data exfiltration. The instructions and scripts are consistent with the stated purpose of PR documentation generation.- [COMMAND_EXECUTION]: The skill instructions use standard bash commands (
git branch,git diff,git log,mkdir,cat) to extract metadata and manage project artifacts. These operations are scoped to the current worktree and are standard practice for development workflows.- [DATA_EXFILTRATION]: The skill ingests content from local files such asplan.md. This represents a surface for indirect prompt injection; however, as the data is used to generate a local summary and there is no network connectivity involved, the risk is minimal. Evidence Chain: (1) Ingestion point:cat ".agent/${BRANCH}/plan.md"inSKILL.md. (2) Boundary markers: None. (3) Capability inventory: Filesystem writes and git operations viabash. (4) Sanitization: None.
Audit Metadata