fingerprint-ci-gate
Add Fingerprint Regression Gates to CI
Browser fingerprint changes can silently break automated Chromium workflows. This skill adds repeatable liarjs scans, baseline comparisons, and score gates to CI pipelines.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "fingerprint-ci-gate" from https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate.md and its manifest at https://skillstore.io/api/skills/liarjsdev-fingerprint-ci-gate/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "fingerprint-ci-gate". Add a fingerprint gate to a GitHub Actions job.
Expected outcome:
- Use Node.js 22 and a version-pinned liarjs dependency.
- Run the headless scan with a minimum score of 60.
- Upload the scan report even when the gate fails.
Using "fingerprint-ci-gate". Our datacenter runner always fails the timezone check.
Expected outcome:
Use a baseline comparison from the same runner mode. Document the timezone exception instead of lowering the global score threshold.
Using "fingerprint-ci-gate". Keep fingerprint tests inside our network.
Expected outcome:
Use offline mode for JavaScript checks or direct the cross-layer checks to an approved self-hosted endpoint.
Security Audit
High RiskMost static alerts are false positives caused by Markdown formatting or ordinary shared-memory documentation. Confirmed risks include executing a third-party package and sending fingerprint checks to an external endpoint. The anti-detection framing can facilitate unauthorized bot evasion.
Confirmed security concerns (1)
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (2)
โ๏ธ External commands (17)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/liarjsdev-fingerprint-ci-gate/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/liarjsdev-fingerprint-ci-gate.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
liarjsdev. (2026). fingerprint-ci-gate security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate/audits/1BibTeX citation
@techreport{liarjsdev-liarjsdev-fingerprint-ci-gate-2026,
author = {liarjsdev},
title = {fingerprint-ci-gate security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "fingerprint-ci-gate security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "liarjsdev"
date-released: "2026-08-08"
url: "https://skillstore.io/skills/liarjsdev-fingerprint-ci-gate/audits/1"
identifiers:
- type: other
value: "skillstore:liarjsdev-fingerprint-ci-gate:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Protect Browser Automation Builds
Add a fingerprint baseline comparison before deploying changes to a Chromium automation harness.
Standardize CI Fingerprint Checks
Create repeatable score gates and artifacts across GitHub Actions or GitLab CI.
Verify Test Browser Consistency
Assert specific fingerprint checks inside an existing Playwright suite.
Try These Prompts
Add a version-pinned liarjs fingerprint check to my GitHub Actions workflow. Use Node.js 22 and fail when the score is below 60.
Create a CI workflow that saves scan.json, compares it with baseline.json, and uploads the current scan after every run.
Adapt my fingerprint gate for an air-gapped GitLab runner. Use offline mode and explain which checks are unavailable.
Add authorized fingerprint assertions to my Playwright suite. Ignore only documented environment-specific checks and prevent unrelated score changes from hiding failures.
Best Practices
- Pin liarjs with an exact version and a committed lockfile.
- Create baselines in the same browser mode and runner environment used by CI.
- Store scan artifacts and explain every deliberate baseline change.
Avoid
- Do not disable the Chromium sandbox to make a container start.
- Do not lower a global threshold to hide one environment-specific check.
- Do not use fingerprint testing against systems without explicit authorization.
Frequently Asked Questions
What does the CI gate measure?
Which runtime does the skill require?
Should I use a score floor or a baseline?
Does the scan make network requests?
How should I update a baseline?
Can this run inside Playwright?
Developer Details
Author
liarjsdevLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
9939e94735a710f16446f189eea126372136575b
Maintenance freshness
8/9/2026
Usage
0 downloads ยท 0 views
File structure