higress-daily-report
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill and its associated shell script (
scripts/generate-report.sh) execute several commands to interact with GitHub and messaging platforms: - Uses
gh search issuesandgh search prsto fetch repository data. - Uses
gh issue viewandgh issue commentto manage issue follow-ups. - Uses
clawdbot message sendto exfiltrate generated reports to a specific Discord channel (ID: 1465549185632702591). - Utilizes standard utilities like
jq,sed, andtrfor JSON processing and text sanitization. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) because it ingests and processes untrusted content from GitHub issues and pull requests.
- Ingestion points: Data is fetched via
ghCLI commands in bothSKILL.mdandgenerate-report.sh(e.g., issue titles, bodies, and comments from thealibaba/higressrepository). - Boundary markers: The instructions do not define explicit delimiters or warnings to the AI agent to ignore instructions embedded within the fetched GitHub content.
- Capability inventory: The agent has the ability to read/write local files (in
/root/clawd/memory/) and perform network operations via theghandclawdbottools. - Sanitization: The shell script performs minimal sanitization (stripping backticks and truncating length), but does not prevent the AI from interpreting malicious instructions contained within the text. This is a common risk factor for summarization agents.
Audit Metadata