graphicode-junior-engineer-ts-algorithm

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill is explicitly instructed to suppress detailed feedback by only replying with "mission complete" after writing code. This output suppression prevents the user from easily reviewing the generated code within the chat interface, potentially obscuring malicious modifications or unintended logic.
  • [PROMPT_INJECTION]: The skill presents an indirect prompt injection vulnerability surface as it processes external algorithm descriptions to generate executable code.
  • Ingestion points: The agent reads algorithm specifications from local files using cat ./<algorithmDir>/<algorithmId>/README.md.
  • Boundary markers: There are no protective delimiters or instructions to ignore embedded commands within the README files, allowing the content of those files to override the agent's intended logic.
  • Capability inventory: The skill has filesystem write access via the echo command, allowing it to create or overwrite TypeScript files (index.ts).
  • Sanitization: The skill does not perform any validation or filtering on the logic described in the README files before implementing it as code.
  • [COMMAND_EXECUTION]: The skill uses shell commands (cat and echo) to interact with the file system. These commands are used to read and write files based on user-provided IDs and directories, which allows for persistent modification of the project environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 03:50 AM