blast-area
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The documentation provides instructions to install companion skills using
npx skills add crissmoldovan/agent-skills. This involves downloading and executing code from the author's public package repository. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute various shell commands for repository inspection, includinggit grep,git branch, andgit log. These commands are used to enumerate callers, identify work in flight, and verify repository state. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the local repository (code, schema files, commit history), which constitutes an attack surface for indirect prompt injection.
- Ingestion points: Reads file contents via the
Readtool and repository metadata throughgitcommands. - Boundary markers: The skill instructions emphasize restating the user brief as a change set and using 'control' searches to verify empty results, which serves as a logical check on ingested data.
- Capability inventory: The skill uses
Bashfor command execution,Readfor file access, andWritefor generating 'run records' in thedocs/directory. - Sanitization: No explicit sanitization of codebase content is mentioned before it is interpolated into the final analysis output.
Audit Metadata