pubmed-trends
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the
awalCLI tool to perform payments and fetch data from the PubMed Trends API. - Evidence: Multiple endpoint examples in
SKILL.mduse theawal x402 paycommand format to interact with the service. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to an external, non-whitelisted domain to retrieve publication analytics and paper metadata.
- Evidence: All primary functionality is hosted at
https://pubmed.sekgen.xyz, as documented throughoutSKILL.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from an external API without sufficient security boundaries.
- Ingestion points: Data returned from API endpoints such as
/api/v1/digestand/api/v1/keypapers(referenced inSKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the skill's handling of API responses.
- Capability inventory: The agent has the capability to execute shell commands (
awal) and read the resulting output into its context. - Sanitization: No evidence of sanitization or validation of the remote API's response content is provided.
Audit Metadata