konecty-create
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill provides an interface to ingest untrusted data that is then processed and transmitted to an external system, creating a potential surface for indirect prompt injection.
- Ingestion points: The
createandlookupcommands inscripts/create.pyingest data from the--dataandtermarguments respectively. - Boundary markers: No specific boundary markers or instructions to ignore embedded instructions are implemented within the skill scripts or instructions.
- Capability inventory: The
scripts/create.pyscript possesses network capabilities to perform POST requests viaurllib.request.urlopen. - Sanitization: Input data is parsed as JSON but does not undergo content-level sanitization before being included in the API request payload.
- [DATA_EXFILTRATION]: The skill accesses local credentials and transmits them to the Konecty API to perform authorized actions. This is documented behavior consistent with the vendor's intended functionality.
- Evidence:
scripts/create.pyreads sensitive configuration from~/.konecty/.envand~/.konecty/credentials. - Context: The data access and transmission are limited to the Konecty platform's own endpoints as defined in the user's configuration.
Audit Metadata