maintainx-rate-limits
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides instructions for processing data received from the MaintainX API, which constitutes an ingestion point for untrusted external content.
- Ingestion points: MaintainX API response bodies and headers processed in
src/rate-limited-client.tsandreferences/implementation-guide.md. - Boundary markers: No explicit delimiters or instructions to ignore embedded content are present in the provided implementation snippets.
- Capability inventory: The skill is designed for use with agent tools like
Read,Write, andEditand includes logic for performing network requests to MaintainX. - Sanitization: The implementation guide does not include steps for sanitizing or validating the contents of the API responses.
- [EXTERNAL_DOWNLOADS]: The skill documentation references the use of standard and well-known libraries such as
axiosandp-queuefor managing API requests and concurrency.
Audit Metadata