minimal-modular-code

Pass

Audited by Gen Agent Trust Hub on Jun 26, 2026

Risk Level: SAFE
Full Analysis
  • [PROMPT_INJECTION]: The skill analyzes external code provided by the user, which presents a surface for indirect prompt injection. Malicious instructions embedded in the code being audited could theoretically influence the agent's behavior.
  • Ingestion points: Target repository source files are read into context for analysis.
  • Boundary markers: The prompts for subagents (references/subagent-dispatch.md) lack explicit delimiters or instructions to ignore embedded commands within the analyzed code.
  • Capability inventory: The skill can read local files, write audit reports to the filesystem (docs/audits/), and dispatch subagents.
  • Sanitization: No explicit sanitization or filtering of the ingested code is described.
  • [COMMAND_EXECUTION]: The skill includes an evaluation script (evals/run-static-checks.sh) that executes shell commands and calls a Python validator. This script is intended for development and maintenance of the skill's integrity and is not part of the standard user-facing workflow.
  • [SAFE]: The skill's primary functionality consists of reading and writing local text files (markdown and JSON) to perform its stated purpose of auditing code. No network operations, credential usage, or persistence mechanisms were found.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 26, 2026, 02:21 AM
Security Audit — agent-trust-hub — minimal-modular-code