Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/audit-dependencies/SKILL.mdYou are tasked with optimizing plugin size and security by removing unused dependencies and updating outdated libraries.
Optimize plugin size and security by removing unused dependencies and updating outdated libraries.
./gradlew test and ./gradlew verifyPlugin to ensure the project is stable.build.gradledependencies {} block. Identify libraries that might no longer be used.plugin.xml<depends> tags match actual API usage..jar files in lib/ that are not referenced or can be replaced by Maven coordinates../gradlew buildPlugin and check the distribution size. Ensure the plugin still loads and functions correctly../gradlew testClasses, ./gradlew test, and ./gradlew verifyPlugin to ensure no checking or runtime issues were introduced.build.gradle changes closely.21aaf0b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.