pubchem-pug-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Network Operations: The skill is designed to perform HTTP requests to the PubChem API at
pubchem.ncbi.nlm.nih.gov. It uses the standardrequestslibrary to fetch data based on user-provided paths. - File System Interaction: The skill includes a feature to save raw API responses to the local file system. By default, it uses the
/tmp/directory, which is a standard location for temporary session data. While users can specify a customraw_output_path, the script operates with the permissions of the executing environment. - Command Execution via Script: The skill executes a Python script (
scripts/rest_request.py) to handle the API logic. This is a common pattern for complex skills that require data parsing and formatting before presenting information to the user.
Audit Metadata