orderbook-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements a security module to mitigate indirect prompt injection. Ingestion points: Data is fetched via fetchOrderbookHistory and fetchMarketPrice in orderbookAnalysis.ts. Boundary markers: Data is parsed into structured objects before use. Capability inventory: Functions are limited to data retrieval and mathematical analysis with no access to the file system or shell. Sanitization: The sanitizeString function in security.ts employs regular expressions to filter injection patterns and truncates strings to safe lengths.
- [EXTERNAL_DOWNLOADS]: Connects to api.domeapi.io to fetch market data, which is required for its analysis purpose and does not involve the execution of remote code.
- [SAFE]: API credentials are handled securely as function parameters and are not hardcoded within the source files.
Audit Metadata