close-all
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill reads
.specweave/increments/*/metadata.jsonandtasks.mdfiles to identify increments ready for closure. This access is restricted to the local project environment and does not involve sensitive user credentials or system paths. - [COMMAND_EXECUTION]: The script uses standard shell utilities including
find,sort,jq, andgrepto parse local data. No privileged commands (likesudo) or network-facing tools (likecurl) are used. - [PROMPT_INJECTION]: There is a minimal indirect prompt injection surface as the skill processes local data files.
- Ingestion points:
metadata.jsonandtasks.mdwithin the.specweave/incrementsdirectory. - Boundary markers: None present.
- Capability inventory: Shell commands for file discovery and data parsing; delegation to the
sw:doneskill. - Sanitization: The use of
jq -rfor structured extraction andgrep -cfor counting patterns prevents data from being executed as arbitrary shell commands.
Audit Metadata