openrouter-pricing-basics
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches model pricing and account balance information from OpenRouter's official API endpoints.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external API responses for cost calculation and monitoring.
- Ingestion points: Pricing and usage data are retrieved from
openrouter.aiAPI endpoints inSKILL.md,references/cost-comparison-tool.md, andreferences/examples.md. - Boundary markers: Absent; the skill directly processes the JSON structure returned by the API.
- Capability inventory: The skill uses
curl,jq, and the Pythonrequestslibrary to fetch and display information. No dangerous file-system or system-level write operations are performed using the ingested data. - Sanitization: None; the skill performs arithmetic operations on the numeric fields provided by the API (e.g., token counts and rates).
Audit Metadata