Android Unused Resource Cleanup
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat this means
If a user or agent follows the suggested deletions without review, needed Android resources could be removed and the project could fail to build or behave incorrectly.
Why it was flagged
The skill can output deletion commands or suggestions for project files, and it explicitly acknowledges text-matching false positives and requires manual confirmation.
Skill content
[删除建议]: del "app/src/main/res/drawable/bg_old_main.xml" ... "脚本分析基于文本匹配,可能存在误判,删除前请人工确认"
Recommendation
Run it on a clean Git working tree, review each suggested resource manually, delete only after confirmation, and build/test the app before committing.
