ghost-content-api
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a developer guide for the Ghost Content API, providing standard usage patterns for fetching published content through read-only endpoints.
- [EXTERNAL_DOWNLOADS]: References the official
@tryghost/content-apiNode.js package, which is a standard and well-known library for Ghost CMS integrations. - [CREDENTIALS_UNSAFE]: Includes a hardcoded API key in initialization examples; however, this key (
22444f78447824223cefc48062) is the publicly documented credential for the official Ghost demo site and is intended for instructional use. - [COMMAND_EXECUTION]: Documents standard command-line operations, such as package installation via
npm/yarnand API requests viacurl, which are routine for the skill's stated purpose.
Audit Metadata