qiskit
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides thorough documentation and scripts for quantum circuit development with Qiskit.
- [CREDENTIALS_SAFE]: Instructions for IBM Quantum authentication emphasize the use of environment variables and the
QiskitRuntimeService.save_account()method, explicitly warning against hardcoding or printing API keys. - [DYNAMIC_EXECUTION]: A dynamic import (
importlib.import_module) is used inscripts/check_environment.pyto check for the presence of optional Qiskit ecosystem packages. This use is safe as it targets a predefined list of trusted library names. - [INDIRECT_PROMPT_INJECTION]: The skill identifies the surface area for processing external circuit data (QPY, OpenQASM) and correctly advises treating such artifacts as untrusted, specifically warning against the use of Python's
picklefor deserialization.
Audit Metadata