hashnode
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the well-known service Hashnode via its official GraphQL API endpoint (https://gql.hashnode.com). All network operations are targeted at this legitimate domain.
- [SAFE]: Content from local files (e.g., article.md) is processed securely. The instructions use 'jq --arg' to safely interpolate file content into JSON payloads, which is a best practice for preventing data from breaking JSON structure or causing injection issues during API calls.
- [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were detected. The use of the $HASHNODE_TOKEN is consistent with the defined 'hashnode' connection and is only used in headers for the intended API communication.
Audit Metadata