edit-streamlit
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
uv run pythonanduv run streamlitto perform environment introspection and local health checks. These are standard operations for Python developers using the 'uv' package manager to verify Streamlit versions and API signatures. - [COMMAND_EXECUTION]: Local shell commands like
curl -sS http://localhost:<free-port>/_stcore/healthare used for smoke-testing the local Streamlit application. This is a benign diagnostic check limited to the local development environment. - [COMMAND_EXECUTION]: The skill uses
uv run python -m compileallto validate code syntax before deployment, which is a common and safe practice in software development.
Audit Metadata