agp-9-upgrade
Fail
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: HIGHPROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill metadata claims the author is 'Google LLC', which is deceptive as it contradicts the actual developer context ('talissonvitorino'). This impersonation could lead a user or agent to trust the skill's instructions based on a false identity.
- [DATA_EXFILTRATION]: The skill directs the agent to access and inspect files within the user's home directory at
~/.gradle/caches/modules-2/files-2.1/to verify dependency metadata. Accessing file paths outside the project root poses a privacy and data exposure risk. - [COMMAND_EXECUTION]: The skill requires the execution of shell commands, including
./gradlew helpand./gradlew build --dry-run, to verify the success of the migration process. - [EXTERNAL_DOWNLOADS]: The skill references and encourages the use of the
gradle-recipesrepository from a well-known service (GitHub) to obtain migration templates and code examples. - [PROMPT_INJECTION]: The skill processes untrusted project configuration data (such as build scripts and
gradle.properties) while maintaining the capability to execute shell commands, creating a surface for indirect prompt injection attacks. - Ingestion points: Project-level build scripts (
.gradle,.gradle.kts) andgradle.propertiesfiles. - Boundary markers: None identified.
- Capability inventory: Shell execution via the Gradle wrapper (
./gradlew). - Sanitization: No explicit sanitization or validation of the content read from the project files is defined.
Recommendations
- AI detected serious security threats
Audit Metadata