status
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill's behavior is consistent with its stated purpose of providing a status dashboard for an orchestration system.
- [COMMAND_EXECUTION]: Uses
git rev-parse --show-toplevelto identify the project root. This is a routine and safe operation for local development environment discovery. - [DATA_EXPOSURE]: Accesses project-specific state files located in the
.agent-atelier/directory. These files contain operational metadata (loop state, work items, and gate status) rather than sensitive user secrets, credentials, or system configuration files. - [REMOTE_CODE_EXECUTION]: No external dependencies are downloaded, and no remote scripts are executed. The skill relies entirely on local file system access and basic git/glob tools.
Audit Metadata