todo-archive
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes local system commands to determine the project root and execute its core logic.\n
- Evidence:
SKILL.mdinstructs the agent to rungit rev-parse --show-toplevelanduv run python scripts/archive_todo.py.\n - Evidence:
scripts/archive_todo.pyusessubprocess.run()with a fixed list of arguments to resolve the git root.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes user-controlled data fromTODO.mdwhich could theoretically contain instructions.\n - Ingestion points:
scripts/archive_todo.pyreads the contents ofTODO.mdfrom the repository root.\n - Boundary markers: Absent; the file content is processed as raw text.\n
- Capability inventory: The skill has access to the local filesystem (read/write to
TODO.mdand.ai/) and can execute local git commands viasubprocess.run.\n - Sanitization: The archival logic uses specific regex patterns to identify tasks and headings, ignoring other content.\n- [SAFE]: No network exfiltration, hardcoded credentials, or obfuscated code patterns were found. File operations are confined to the repository scope and follow expected behavior for a task management tool.
Audit Metadata