skie
Warn
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: MEDIUMMETADATA_POISONINGINDIRECT_PROMPT_INJECTION
Full Analysis
- [METADATA_POISONING]: The skill metadata in the YAML frontmatter contains misleading information. Specifically, the
createdByfield identifies a non-existent model version ('gpt-5.6-sol') and thecreatedAt/updatedAtfields refer to dates in the year 2026. This inconsistency is a form of metadata deception. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from the user's local project environment, which creates a potential surface for indirect prompt injection.
- Ingestion points: The
scripts/inspect-project.pyscript reads text frombuild.gradle,settings.gradle, andlibs.versions.tomlfiles found in the project root. - Boundary markers: The script's output is structured as JSON, but the skill instructions do not provide explicit delimiters or instructions for the agent to ignore potential commands embedded within the analyzed project files.
- Capability inventory: The skill allows the execution of a provided Python script and instructs the agent to run Gradle wrapper commands (
./gradlew) on the host system. - Sanitization: The inspection script utilizes regular expressions to filter for specific SKIE and Kotlin configuration patterns and uses
json.dumpsto ensure the resulting data is formatted correctly as JSON.
Audit Metadata