smello-screenshot-maker
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local commands including
node,npm, andpython3. These are used to run screenshot generation scripts, install local dependencies, and process JSON data from a local API. This behavior is consistent with the skill's primary purpose of UI automation and documentation management. - [REMOTE_CODE_EXECUTION]: An automated scan flagged a
curl | python3pattern. However, the analysis shows the request targetslocalhost:5110(the user's local Smello server) and the piped Python command is a static script provided in the documentation to filter JSON output, rather than executing arbitrary code from a remote source. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to run
npm installwithin a local directory to prepare the environment. This is a standard procedure for JavaScript-based tools and relies on the user's localpackage.jsonconfiguration. - [DATA_EXFILTRATION]: Network activity is restricted to
localhostdomains (ports 5110 and 5111). These connections are used to fetch data from a local development server to populate the UI before capturing screenshots, representing internal communication rather than external data exfiltration.
Audit Metadata