science-skills-common
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The package is a utility library designed for use by other agent skills. It implements network communication using the standard library
urllib.requestmodule.\n- [DATA_EXFILTRATION]: The package performs network requests as its primary function but does not contain hardcoded credentials, access sensitive files, or exfiltrate data to unauthorized domains.\n- [COMMAND_EXECUTION]: The code uses file-based locking in/tmpfor synchronization across processes, which is a common and safe practice for rate limiting. No shell command execution was found.\n- [REMOTE_CODE_EXECUTION]: No evidence of dynamic code execution, such aseval()orexec(), or remote script execution was identified.\n- [PROMPT_INJECTION]: The package does not contain any instructions that attempt to bypass safety guidelines or override agent behavior.
Audit Metadata