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 python and uv run streamlit to 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/health are 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 compileall to validate code syntax before deployment, which is a common and safe practice in software development.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 24, 2026, 03:28 PM
Security Audit — agent-trust-hub — edit-streamlit