aibijia-price-comparison
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches HTML data from external websites to collect pricing information using standard libraries like
requestsandaiohttp. - [DATA_EXFILTRATION]: Aggregated price data is sent to the developer's API (
aibijia.org) and configured Telegram channels. Credential handling for these services uses environment variables, which is a recommended security practice. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from untrusted third-party websites. * Ingestion points:
TokenPriceScraper.fetch_pageinSKILL.md(scrapes external URLs). * Boundary markers: Not explicitly used in the scraping logic. * Capability inventory:requests.postandbot.send_messageare used to export the data. * Sanitization: EmploysBeautifulSoupfor structural parsing and numeric casting for price values, providing basic protection against malicious string inputs.
Audit Metadata