workflow-onboard
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes
git logandgit diffto provide context on recent development activity. These are read-only operations restricted to the local repository context. - [CREDENTIALS_UNSAFE]: Accesses
.env.localto identify required environment variables. The skill contains explicit instructional guardrails: 'names only, never values' and 'Never print .env values', which mitigates the risk of credential exposure. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection due to the processing of untrusted project files.
- Ingestion points:
package.json,README.md,supabase/migrations/*.sql,.env.local, and other repository source files. - Boundary markers: Absent; the skill does not use specific delimiters for untrusted file content.
- Capability inventory: File reading capabilities across the repository and execution of
gitcommands. - Sanitization: No explicit sanitization or filtering of file content is defined.
Audit Metadata