health
Warn
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [DATA_EXFILTRATION]: The
scripts/collect-data.shscript reads sensitive local data including full conversation history from~/.claude/projects/(in.jsonlformat), memory summaries inMEMORY.md, and local configuration in.claude/settings.local.json. This exposure to the agent context is necessary for the skill's diagnostic purpose but involves accessing highly personal and configuration-sensitive information. - [COMMAND_EXECUTION]: The skill executes a shell script
scripts/collect-data.shto perform its audit. This script runs various system commands includinggit,find,jq, andpython3to aggregate environment data. It also usesnpx skills pathto resolve resource locations for the 'tw93/Waza' repository. - [PROMPT_INJECTION]: The skill processes untrusted data from previous conversations and external skill files. This creates an indirect prompt injection surface. The skill addresses this risk in
agents/inspector-context.mdby explicitly instructing the analyzing agent to treat the input bundle as untrusted and to ignore any instructions embedded within the audited content.
Audit Metadata