gap-detection
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill performs legitimate repository maintenance tasks using standard tools.
- [COMMAND_EXECUTION]: The skill executes local shell commands such as
findandgrepthroughscripts/main.cjsand documented workflows inSKILL.md. These commands are used for file discovery and text searching within the project directory. The implementation inmain.cjsusesexecSyncwithshell: false, which is a secure method for executing system commands. - [DATA_EXFILTRATION]: Execution telemetry is recorded locally to
context/runtime/tool-events.jsonlviahooks/post-execute.cjs. No network operations or external data transmissions were found. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it incorporates content from repository files into its reports.
- Ingestion points: Output from
findandgrepcommands on local repository files. - Boundary markers: None; findings are placed directly into markdown reports.
- Capability inventory: Uses
BashandexecSyncfor local file system auditing. - Sanitization: None, though output is filtered for specific patterns and truncated to 20 results per category.
Audit Metadata