Android Unused Resource Cleanup

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: android-unused-resource-cleanup Version: 0.1.0 The skill is a legitimate utility designed to help Android developers identify and clean up unused resource files by analyzing Git diffs. The Python script (scripts/cleanup_unused_resources.py) uses standard libraries to execute local Git commands and perform text-based searches within the project directory to verify resource usage. It contains no network activity, data exfiltration logic, or suspicious execution patterns.

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.

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.