maintainx-common-errors
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implements standard diagnostic procedures for API troubleshooting, targeting only official MaintainX domains (api.getmaintainx.com, status.getmaintainx.com).
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from the external MaintainX API, which constitutes a potential injection surface if the data contains malicious instructions. However, this is inherent to the skill's purpose as a debugger.
- Ingestion points: API response bodies processed by curl and jq in SKILL.md.
- Boundary markers: None present.
- Capability inventory: curl (via Bash), Grep, Read, Write, Edit.
- Sanitization: Structured data is parsed using jq.
Audit Metadata