shiplog
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and synthesizes untrusted content from external sources.
- Ingestion points: The skill reads PR titles via
gh search prsand X post content via the X.AIx_searchtool. - Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands when the agent processes the retrieved text for the digest article.
- Capability inventory: The agent has the ability to write files to
output/articles/, execute shell commands likeghandjq, and send notifications via the local./notifyscript. - Sanitization: No sanitization or filtering of the retrieved PR titles or tweet content is performed before synthesis.
- [COMMAND_EXECUTION]: The skill makes extensive use of shell commands and local binaries for its core logic.
- Evidence: It uses the
ghCLI for GitHub interactions,jqfor data processing, and local scripts./secretcurland./notifyto handle API requests and user alerts. - [EXTERNAL_DOWNLOADS]: The skill interacts with well-known external APIs to fetch activity data.
- Evidence: It performs network operations targeting the GitHub API and the X.AI API (
api.x.ai) using provided environment secrets (GH_GLOBAL,XAI_API_KEY).
Audit Metadata