skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No security issues detected. All file operations use the pathlib library for safe path resolution and traversal. The scripts perform local packaging and metadata validation without external network or system-level side effects.- [COMMAND_EXECUTION] (SAFE): The scripts do not use any functions that execute shell commands or sub-processes (such as os.system or subprocess.run).- [DATA_EXFILTRATION] (SAFE): There are no network-related imports (like requests or urllib) or operations that could lead to data exfiltration. No hardcoded credentials or sensitive environment variable access was found.- [EXTERNAL_DOWNLOADS] (SAFE): The code does not perform any remote downloads or dynamic package installations. All dependencies are part of the standard Python library.
Audit Metadata