motion
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
npx motionscorecommand to perform runtime performance audits on specified URLs when requested by the user. - [EXTERNAL_DOWNLOADS]: The skill fetches the
motion-pluspackage from the official Motion registry atapi.motion.devduring installation. - [REMOTE_CODE_EXECUTION]: The skill facilitates remote code execution by running the
motionscorepackage vianpxand installing themotion-pluslibrary from a remote registry URL. - [DATA_EXFILTRATION]: The
motionscoreCLI tool defaults to uploading audit reports to a public URL. The skill explicitly addresses this data exposure risk by instructing the agent to always include the--no-uploadflag unless the user provides informed consent for an upload. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its ingestion of untrusted data during URL audits and static code reviews.
- Ingestion points: Runtime URL audits via
npx motionscoreand static analysis of user-provided code files as described inperformance-audit/index.md. - Boundary markers: The instructions mitigate risk by requiring the agent to output audit findings in a strictly defined, structured format using specific ASCII scorecard graphics.
- Capability inventory: The skill has access to shell execution (
npx) and package management (npm). - Sanitization: Findings are filtered through a static classification schema defined in
resources/property-tiers.jsonbefore reporting.
Audit Metadata