touch-release
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill performs environment detection by scanning for files like
Matchfile,.mobileprovision, and.gradleto identify the project's code signing configuration. This is a legitimate requirement for automating mobile release pipelines. - [INDIRECT_PROMPT_INJECTION]: The skill reads external project files such as
package.json,pubspec.yaml, andFastfileusing shell commands. - Ingestion points: Files are read via
catandgrepinSKILL.md(Step 0). - Boundary markers: None used during file reading.
- Capability inventory: The skill uses
Bash,Write,Edit, andWebFetchtools. - Sanitization: No explicit sanitization of read data is performed, though the data is primarily used for identifying project type and state.
- [SAFE]: The skill includes explicit security best practices, such as recommending that users do not commit
matchpassphrases or Android keystore passwords to the repository.
Audit Metadata