hyperframes-motion
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/package-loader.mjsuses dynamicimport()to load modules from paths resolved at runtime, enabling the choreography auditing tool to load required vendor components. - [COMMAND_EXECUTION]: The auditing tools can execute
npm installto manage dependencies. These operations are restricted to vendor-owned packages and utilize the--ignore-scriptsflag to mitigate risks associated with untrusted third-party code. - [EXTERNAL_DOWNLOADS]: The skill triggers the download of the
@hyperframes/producerpackage from the npm registry if it is not found in the local environment. - [PROMPT_INJECTION]: The animation recipes provided in the
rules/directory ingest user-provided text for interpolation into generated code templates. The lack of sanitization instructions for this data represents a potential surface for indirect prompt injection.
Audit Metadata