pixijs-math — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pixijs-math (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this for coordinates, affine transforms, geometry shapes, hit tests, and layout rectangles.
import { Point, Rectangle } from 'pixi.js';
const local = container.toLocal(event.global);
const hit = new Rectangle(0, 0, 120, 80).contains(local.x, local.y);pixi.js, not @pixi/math.Container.toGlobal / toLocal for scene coordinates; use Matrix.apply / applyInverse for raw affine transforms.ObservablePoint notifies owners on set, copyFrom, and property mutation; avoid bypassing its setters.Rectangle, Circle, Ellipse, Polygon, RoundedRectangle, and Triangle are useful for hitArea, culling, bounds, and layout.pixi.js/math-extras before using extended vector/rectangle helpers.Point, Matrix, shapes, constants, and math-extras: references/details.mdpixijs-scene-core-concepts/references/transforms.mdpixijs-events@pixi/math imports with pixi.js.import 'pixi.js/math-extras'; once before use.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.