Android Unused Resource Cleanup

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears purpose-aligned: it analyzes Android Git changes and gives resource-deletion suggestions, but users should review those suggestions before deleting files.

Use this only for the intended Android Git project. Treat its output as a checklist, not an automatic cleanup decision: inspect the suggested files, keep version control backups, and verify with a build/test run after any deletion.

Findings (1)

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.

What 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.