dot-openapi
Fail
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
references/authentication.mdcontains a hardcoded API key (dot_app_UlSpzXNEXhYZIAFakHLCkMVVBLbsBIWxaRMVaJZGUOYKhDoDRZwLLvLujAIwQxbY) within an examplecurlcommand. - [PROMPT_INJECTION]: The skill implements scripts that ingest user-provided data files for transmission to a remote API, creating a vector for indirect prompt injection.
- Ingestion points: Multiple scripts (
send_canvas.py,send_image.py,send_text.py) ingest external data via command-line arguments like--payload,--data,--image, and--icon. - Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore potentially malicious instructions embedded within these external data sources.
- Capability inventory: The skill possesses the capability to perform network POST and GET requests to
mindreset.techusingurllib.request. - Sanitization:
scripts/send_canvas.pyincludes several security controls, such as whitelisting allowed element types (div,span,img), blacklisting unsafe keys (__proto__,constructor,prototype), and enforcing limits on JSON nesting depth and node counts.
Recommendations
- AI detected serious security threats
Audit Metadata