project-references
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill's behavior matches its stated purpose of managing reference repositories.
- [COMMAND_EXECUTION]: The skill executes standard CLI tools such as
git,gh,grep,find, andlsvia helper scripts (clone-or-update.shandsync-all.sh). These operations are restricted to the~/projects/referenzen/directory and are used for repository management and read-only searches. - [EXTERNAL_DOWNLOADS]: The skill fetches repository data from GitHub using the official
ghandgittools. These are well-known, trusted services, and the operations use the user's existing authentication. - [PROMPT_INJECTION]: As the skill is designed to read and process content from external Git repositories, it presents a surface for Indirect Prompt Injection. Maliciously crafted content within a referenced repository could theoretically influence agent behavior. The skill includes explicit instructions to avoid exposing secrets like
.envfiles, which mitigates data exposure risks.
Audit Metadata