update-task-board
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a structured workflow for managing project tasks through markdown templates and a dedicated Python management script.
- [COMMAND_EXECUTION]: The script
scripts/generate_task_board.pyperforms local file I/O operations (reading and writing markdown files) using standard Python libraries (os,pathlib,re). It does not usesubprocess,os.system, or any other functions to execute arbitrary shell commands. - [DATA_EXFILTRATION]: There are no network operations, API calls, or telemetry functions detected in any of the files. The skill operates entirely on the local file system within the project directory.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or sensitive environment variable access were found. The skill uses standard markdown placeholders for project metadata.
- [REMOTE_CODE_EXECUTION]: The skill does not download external scripts, packages, or binary files. All dependencies are handled via the Python standard library.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdfollow standard task management procedures and do not attempt to override agent safety guidelines or system prompts.
Audit Metadata