character-naming

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The scripts/character-name.ts file imports standard library modules from deno.land. This is the standard method for managing dependencies in the Deno ecosystem and utilizes a well-known, established service.
  • [COMMAND_EXECUTION]: The skill uses deno run to execute local scripts for name generation and cast management. These operations are limited to the skill's own scripts and data files, performing legitimate character name analysis and generation.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes character names from a local cast-tracker.json file to identify potential sound or surname collisions.
  • Ingestion points: The scripts/cast-tracker.ts and scripts/character-name.ts files read data from the project's cast tracker file.
  • Boundary markers: Absent; names are processed as text strings and presented to the agent for evaluation.
  • Capability inventory: The skill performs file system read/write operations within the local workspace.
  • Sanitization: The data is parsed via standard JSON utilities and analyzed using phonetic and string-similarity algorithms, posing minimal risk to the agent context.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 11:09 AM
Security Audit — agent-trust-hub — character-naming