Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
30 of your 40 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 6.79s · analysis 4.8s · 10.1 MB · GitHub API rate-limit (preflight)

SAPTARSHI-coder/EaseMotion-css

https://github.com/SAPTARSHI-coder/EaseMotion-css · scanned 2026-06-05 23:42 UTC (3 days, 22 hours ago) · 10 languages

146 raw signals (38 security + 108 graph) 77th percentile · Javascript · tiny (<2K LoC) System graph score 88 (lower by 12)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 days, 22 hours ago · v3 · 22 actionable findings from 2 signal sources. 52 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 96.0 0.25 24.00
testing_score 38.0 0.20 7.60
documentation_score 100.0 0.15 15.00
practices_score 85.0 0.15 12.75
code_quality 80.0 0.10 8.00
Overall 1.00 76.3
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (76/100). Dimensions: security 96, maintainability 60. 38 findings (27 security). 1,837 lines analyzed.

Showing 12 of 22 actionable findings. 74 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility [MINED027] React State Array Mutation: state.X.push/splice/sort followed by setState — React skips re-render on mutated reference.
Review and fix per the pattern semantics. See CWE-682 / for context.
scripts/build-minified-css.mjs:91
high Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
scripts/build-contributor-wall.py:52
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 48 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
10 files, 48 locations
.github/workflows/submission-validator.yml:18, 29, 128, 211, 270, 287 (12 hits)
.github/workflows/ci.yml:33, 36, 53, 65 (8 hits)
.github/workflows/auto_claim.yml:19, 23, 32 (6 hits)
.github/workflows/css-size-benchmark.yml:21, 26, 70 (6 hits)
.github/workflows/release-minified-css.yml:18, 21 (4 hits)
.github/workflows/test.yml:30, 33 (4 hits)
.github/workflows/claim_reminder.yml:22, 25 (3 hits)
.github/workflows/issue-autoresponder.yml:15 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `tj-actions/changed-files` pinned to mutable ref `@v44` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
3 files, 4 locations
.github/workflows/release-minified-css.yml:30 (2 hits)
.github/workflows/ci.yml:57
.github/workflows/update-contributor-wall.yml:42
CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 tj-actions/changed-files is tag-pinned instead of SHA-pinned
The tj-actions/changed-files incident showed that mutable action tags can execute credential-stealing code across many repositories. Pin this action to a reviewed commit SHA.
.github/workflows/ci.yml:57 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release-minified-css.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/update-contributor-wall.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 13 source file(s) (ratio 0.08). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks software dependencies conf 0.90 npm package `sass` is minor version(s) behind (^1.77.0 -> 1.100.0)
`sass` is pinned/resolved at ^1.77.0 but the latest stable release on the npm registry is 1.100.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
low System graph software Dead code candidate conf 1.00 File has no detected symbols: .github/scripts/issueReminder.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/smoke.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/036d917f-beba-419e-bc8c-81b8825f81e2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/036d917f-beba-419e-bc8c-81b8825f81e2/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.