rudder-code-first-instrumentation
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and process untrusted data from a user's codebase (Typescript files) to generate configuration. This introduces an indirect prompt injection surface where malicious instructions could be embedded within code identifiers or comments.
- Ingestion points: Uses
ReadandBash(viagrep) to scan files in thesrc/directory. - Boundary markers: Does not use technical delimiters or markers for the interpolated code, but relies on natural language instructions to define the scope of analysis.
- Capability inventory: The agent has permission to
WriteandEditfiles and executerudder-clicommands. - Sanitization: The skill contains a 'Handling External Content' section that explicitly instructs the agent to only parse for type definitions, never execute or evaluate code, and ignore suspicious or obfuscated patterns.
Audit Metadata