ghost-cli
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows standard security practices for API interaction, utilizing environment variables for credential management and generating short-lived JWTs for authentication.- [DATA_EXFILTRATION]: The script uses the
requestslibrary to communicate exclusively with the user-providedGHOST_URL. No unauthorized external network connections or exfiltration patterns were detected.- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from a Ghost CMS (posts, pages, tags) through theghost-cliscript. While this content is presented to the agent, the skill's capabilities are limited to API interactions and do not include high-risk operations such as arbitrary file writing or shell command execution. Evidence of this surface is found in theget_posts,get_pages, andget_tagsmethods inscripts/ghost-cli. No specific sanitization or boundary markers are implemented for the fetched content.
Audit Metadata