alterlab-trdizin
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
scripts/query_trdizin.py) via theuv runcommand. This execution is limited to the skill's own internal logic for querying the search API and processing JSON records. - [EXTERNAL_DOWNLOADS]: The skill connects to the official TR Dizin search API at
search.trdizin.gov.tr. This is a public service provided by TÜBİTAK (The Scientific and Technological Research Council of Türkiye), which is considered a well-known and trusted institution for this academic use case. No sensitive data is transmitted; only search queries and indexing parameters are sent. - [DATA_EXFILTRATION]: No evidence of unauthorized data transmission. The script implements a standard User-Agent with contact information for the vendor and restricts network operations to the relevant government search endpoints.
- [CREDENTIALS_UNSAFE]: The skill uses an unauthenticated API, meaning no API keys or secrets are required or stored. It does not attempt to access sensitive local files or environment variables.
Audit Metadata