blueprint-sync
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses Bash for local operations like checking file existence (
test -f), reading files (cat), and calculating hashes (sha256sum). These are standard, low-risk operations within the context of a local developer environment. - [DATA_EXFILTRATION] (SAFE): No network-capable commands (e.g., curl, wget) or exfiltration patterns were found. All data processing occurs locally.
- [PROMPT_INJECTION] (SAFE): The instructions are strictly functional and do not contain attempts to override safety filters or hijack agent behavior.
- [REMOTE_CODE_EXECUTION] (SAFE): No external dependencies are downloaded, and no remote scripts are executed.
Audit Metadata