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.mdusingurllib.request.urlopento 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.mdinstructs the agent to runscripts/check_update.pybefore every task and, if an update is detected, execute the commandnpx 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