agent-pseudocode
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill contains no malicious patterns, obfuscation, or data exfiltration attempts. Its primary purpose is to provide instructions and examples for architectural algorithm design.
- [COMMAND_EXECUTION]: The skill uses shell commands within its lifecycle hooks for workflow state management.
- The
prehook usesechofor logging,memory_storeto set phase status, andmemory_searchpiped totail -1to retrieve previous specifications. - The
posthook usesdate +%swithin amemory_storekey to timestamp the completion of the pseudocode phase. - These commands are standard for agent state tracking and do not involve execution of untrusted external code.
Audit Metadata