gha-security-review
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The reference file
references/real-world-attacks.mdcontains links tohttps://hackmoltrepeat.com/moltandhttps://recv.hackmoltrepeat.com/. These domains have been identified as active phishing and malicious delivery infrastructure. - [REMOTE_CODE_EXECUTION]: The skill provides documentation for multiple RCE vectors.
references/pwn-request.mdandreferences/real-world-attacks.mddetail how attackers usecurl | bashpatterns and Goinit()functions to execute code from untrusted forks. Additionally,references/supply-chain.mddescribes how third-party actions can be compromised to execute malicious scripts at runtime. - [COMMAND_EXECUTION]: Documentation files contain examples of malicious shell commands.
references/runner-infrastructure.mdshows how to create persistent backdoors using cron and inject SSH authorized keys on self-hosted runners, whilereferences/comment-triggered-commands.mddemonstrates how unprotected triggers allow unauthorized script execution. - [DATA_EXFILTRATION]: Multiple reference files describe techniques for exfiltrating secrets.
references/runner-infrastructure.mdcontains a command (curl -d @...) designed to POST the contents of sensitive environment files to an external collector, andreferences/credential-escalation.mdexplains how tokens and cloud keys can be stolen through HTTP and DNS exfiltration. - [INDIRECT_PROMPT_INJECTION]: The skill documents the vulnerability surface for AI prompt injection within CI pipelines.
- Ingestion points: GitHub Actions workflows that check out code from PR forks, as described in
SKILL.mdandreferences/pwn-request.md. - Boundary markers: The reference material notes the risk when workflows lack delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill identifies workflows with high-privilege permissions (
write-all,contents: write) and dangerous tool access (Bash, Task). - Sanitization: The audit process checks for the absence of input validation or content filtering on AI-processed files like
CLAUDE.md.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- AI detected serious security threats
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata