text-cleaner

Pass

Audited by Gen Agent Trust Hub on May 7, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill uses a Python script (scripts/check_update.py) to fetch the latest version information from the author's repository.
  • Evidence: The script performs a GET request to https://raw.githubusercontent.com/BogdanovychA/skills/main/.agents/skills/text-cleaner/SKILL.md using urllib.request.urlopen to compare local and remote versions.
  • [COMMAND_EXECUTION]: The skill contains instructions for the agent to execute a local script and a remote update command.
  • Evidence: SKILL.md instructs the agent to run scripts/check_update.py before every task and, if an update is detected, execute the command npx skills update BogdanovychA/skills --skill text-cleaner. These operations are consistent with the skill's maintenance functionality and target the author's own repository.
Audit Metadata
Risk Level
SAFE
Analyzed
May 7, 2026, 06:48 PM