higgsfield-game-generation
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script to perform repository audits which involves executing local Git commands.- Evidence: In
scripts/audit-higgsfield-game.py, thegit_commitfunction utilizessubprocess.runwith a list of arguments["git", "-C", str(repo), "rev-parse", "HEAD"]to resolve the current repository state.- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external repository files, creating a surface where malicious content in those files could influence agent behavior.- Ingestion points: Theaudit-higgsfield-game.pyscript reads the content ofSKILL.md,INSTALL.md, andreferences/game-flow.mdfrom the target repository directory provided by the user.- Boundary markers: The auditor script outputs structured JSON or text results for the agent to interpret, providing some separation, though the instructions do not mandate specific filtering of the ingested content.- Capability inventory: The skill is configured withBash,Read,Glob,Grep, andWebFetchtools, and it executes shell commands through the Python helper script.- Sanitization: The script reads and processes file content directly without specific NLP sanitization or instruction-stripping logic.- [EXTERNAL_DOWNLOADS]: The skill documentation includes examples for installing components from a remote source.- Evidence: TheSKILL.toonfile contains an installation example usingnpx skills addtargeting a GitHub repository hosted by the skill author.
Audit Metadata