tooluniverse-molecular-cloning
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides utility scripts and instructions for molecular cloning design (Gibson and Golden Gate assembly). Analysis confirms that the scripts only perform sequence-based calculations such as GC content, reverse complementation, and site screening.
- [COMMAND_EXECUTION]: The test suite (
test_cloning_qc.py) usessubprocess.run()to execute the skill's own local script (scripts/cloning_qc.py) for validation. This is a standard and safe practice for testing local CLI utilities and does not represent an arbitrary command injection vulnerability. - [PROMPT_INJECTION]: The skill's documentation contains standard scientific instructional language. There are no attempts to bypass safety filters or override system instructions.
- [DATA_EXFILTRATION]: No network operations or sensitive file accesses were detected. All data processing occurs locally on the provided DNA sequences.
Audit Metadata