tobari-immune
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it ingests untrusted data from system logs to generate executable logic.
- Ingestion points: Reads execution data from
.claude/logs/evidence-ledger.jsonlin Step 1. - Boundary markers: The skill does not define specific delimiters or warnings to prevent the agent from obeying instructions embedded within the log entries.
- Capability inventory: The skill has the capability to write to security hooks (
tobari-gate.js), execute shell commands (node,git,gh), and create Pull Requests. - Sanitization: No validation or sanitization of the log content is described before it is interpolated into code generation templates.
- [DYNAMIC_EXECUTION]: The skill generates JavaScript regex and logic (referred to as "antibodies") at runtime based on log analysis and applies these patches to the project's security infrastructure. It also executes the generated code via
node --testto verify functionality. - [DATA_EXFILTRATION]: The skill accesses the
evidence-ledger.jsonlfile, which contains sensitive historical data regarding tool usage and file paths. It performs network operations to GitHub for Pull Request creation, which involves transmitting these findings and generated code. - [COMMAND_EXECUTION]: The skill utilizes the agent's command execution capabilities to run
nodefor testing andgit/ghfor version control and Pull Request management.
Audit Metadata