cirq
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [TRUST-SCOPE-RULE] (SAFE): The skill utilizes the
cirq-googlepackage which is maintained by the trusted 'google' organization. Other dependencies likecirq,numpy, andmatplotlibare industry-standard scientific packages. - [DATA_EXPOSURE] (SAFE): No sensitive file paths, environment variables, or hardcoded credentials were detected. The scripts focus entirely on local quantum circuit simulation.
- [COMMAND_EXECUTION] (SAFE): There are no instances of
subprocess,os.system, or other shell command execution patterns. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill documents methods for importing circuits via
cirq.read_jsonandcircuit_from_qasm. While these represent data ingestion surfaces, they are standard functionality for quantum computing tools and are used here for documentation purposes without exposing automated execution of untrusted data.
Audit Metadata