qibook-company-profile
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it processes untrusted data from an external API and presents it directly to the agent.
- Ingestion points: Enterprise data is ingested from the QiBook API via
scripts/base.pyandscripts/combined_query.py. - Boundary markers: Absent. The skill does not use delimiters or specific instructions to prevent the agent from following commands potentially embedded in the API responses.
- Capability inventory: The skill has
BashandReadpermissions to execute its Python logic and process local files. - Sanitization: The processing logic performs field translation and formatting but does not sanitize the string content for injection patterns.
- [EXTERNAL_DOWNLOADS]: The skill performs network requests to the QiBook API using the
requestslibrary. Inscripts/base.py, thecall_apifunction setsverify=Falseand usesurllib3.disable_warningsto suppress security alerts. This disables SSL/TLS certificate verification, which is a significant security weakness that allows for man-in-the-middle (MITM) attacks.
Audit Metadata