skills/jeremylongshore/tons-of-skills-marketplace/replit-advanced-troubleshooting/Gen Agent Trust Hub
replit-advanced-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard system diagnostics relevant to its stated purpose of troubleshooting Replit issues.
- [COMMAND_EXECUTION]: The diagnostic script executes standard commands like
df,free,ps,npm list, andpip listto gather environment data. These are non-privileged operations used for debugging. - [EXTERNAL_DOWNLOADS]: Fetches platform status from
status.replit.com, which is a well-known service related to the skill's domain. The fetch is used only to inform the user of platform availability. - [DATA_EXPOSURE]: The diagnostic script inspects environment variables like
REPL_SLUGandREPL_OWNER. It correctly handles sensitive variables likeDATABASE_URLandREPLIT_DB_URLby only verifying if they are set, without printing their actual values.
Audit Metadata