Skills skill-check
๐Ÿ“ฆ

skill-check

Content revision r1 Safe โšก Contains scripts๐Ÿ“ Filesystem accessโš™๏ธ External commands๐ŸŒ Network access๐Ÿ”‘ Env variables

Validate Agent Skills Before Release

Skill authors need evidence that a skill works and does not expose users to avoidable risk. SkillCheck reviews structure, security, evals, scripts, and outputs through tiered checks.

Supports: Claude Codex Code(CC)
๐Ÿฅˆ 80 Silver

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "skill-check" from https://skillstore.io/skills/jckjhns-skill-check.md and its manifest at https://skillstore.io/api/skills/jckjhns-skill-check/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

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 "skill-check". Quick Check the chart skill before I share it.

Expected outcome:

A concise report with a verdict, passed checks, failed checks, security findings, and prioritized fixes.

Using "skill-check". Run a Standard Check on a skill that converts CSV files to reports.

Expected outcome:

A validation report covering eval results, script execution status, mock input files, output format checks, and warnings.

Using "skill-check". Review this community skill for marketplace safety.

Expected outcome:

A security-focused assessment that separates confirmed risks, false positives, execution concerns, and required remediation.

Security Audit

Safe
v7 โ€ข 7/21/2026 Open versioned report

All 118 static findings are false positives after contextual review. They occur in Markdown documentation, evaluation expectations, or deliberately insecure fixtures that teach the skill to identify unsafe code. The operational instructions require a security review before script testing and provide no evidence of prompt injection, data exfiltration, or unauthorized execution.

22
Files scanned
3,439
Lines analyzed
0
Review items
0
False positives ignored

Risk Factors

โšก Contains scripts (5)
๐Ÿ“ Filesystem access (24)
โš™๏ธ External commands (38)
๐ŸŒ Network access (1)
๐Ÿ”‘ Env variables (1)
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: claude View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/jckjhns-skill-check/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/jckjhns-skill-check/security.svg)](https://skillstore.io/skills/jckjhns-skill-check?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/jckjhns-skill-check?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jckjhns-skill-check/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/jckjhns-skill-check.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

JckJhns. (2026). skill-check security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/jckjhns-skill-check/audits/7

BibTeX citation

@techreport{jckjhns-jckjhns-skill-check-2026, author = {JckJhns}, title = {skill-check security audit report (audit version 7)}, institution = {Skillstore}, year = {2026}, number = {7}, url = {https://skillstore.io/skills/jckjhns-skill-check/audits/7}, 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: "skill-check security audit report (audit version 7)" version: "unspecified" type: report authors: - name: "JckJhns" date-released: "2026-07-21" url: "https://skillstore.io/skills/jckjhns-skill-check/audits/7" identifiers: - type: other value: "skillstore:jckjhns-skill-check:audit:7" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
59
Architecture
85
Maintainability
87
Content
68
Community
91
Spec Compliance

What You Can Build

Pre-release skill validation

Run a structured check before publishing a new skill to users or a marketplace.

Regression testing after changes

Re-run evals, script tests, and output checks after updating a skill.

Security-focused marketplace review

Inspect scripts, file access, instructions, and execution risks before accepting a community skill.

Try These Prompts

Quick structure check
Run a Quick Check on the skill at ./my-skill. Report structural, security, and best practice issues.
Standard functional check
Run a Standard Check on the skill at ./my-skill. Include eval regression, script checks, and I/O contract validation.
Security review only
Audit the skill at ./my-skill for instruction security and script risks. Ask before running any code that is flagged.
Deep release gate
Run a Deep Check on ./my-skill. Include edge cases, workflow simulation, eval regression, and prioritized remediation.

Best Practices

  • Start with Quick Check for unknown skills, then decide whether execution-based tests are safe.
  • Review the test plan before Standard or Deep checks run target skill scripts.
  • Use an isolated workspace for mock files, generated outputs, and captured test evidence.

Avoid

  • Do not run target scripts after critical security findings without explicit user approval.
  • Do not treat the best practice score as the same thing as the functional verdict.
  • Do not skip discovery and read only SKILL.md when a skill has supporting files.

Frequently Asked Questions

Does SkillCheck create or modify skills?
No. It tests existing skills and reports findings, recommendations, and evidence.
What is the default check depth?
Standard is the default. It includes static checks, eval regression, script tests, and basic output validation.
Can it run without executing target scripts?
Yes. Use Quick Check for static structure, security, and best practice review only.
How does it handle dangerous scripts?
It runs security review first and instructs the agent to warn before executing scripts with critical findings.
Does it support Claude, Codex, and Claude Code?
Yes. The skill is declared for Claude, Codex, and Claude Code compatible environments.
What evidence does a report include?
Reports include test IDs, pass or fail status, observed behavior, affected files, and suggested fixes.

Developer Details

Author

JckJhns

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

6c98d8e1adf5233bd8052190e71e23dd9a585772

Maintenance freshness

7/21/2026

Usage

5 downloads ยท 50 views

File structure

๐Ÿ“ evals/

๐Ÿ“ files/

๐Ÿ“ broken-skill/

๐Ÿ“ scripts/

๐Ÿ“„ FIXTURE.md

๐Ÿ“ healthy-skill/

๐Ÿ“ scripts/

๐Ÿ“„ FIXTURE.md

๐Ÿ“ incomplete-skill/

๐Ÿ“„ FIXTURE.md

๐Ÿ“ insecure-skill/

๐Ÿ“ scripts/

๐Ÿ“„ FIXTURE.md

๐Ÿ“„ evals.json

๐Ÿ“ references/

๐Ÿ“„ best-practices.md

๐Ÿ“„ deep-check.md

๐Ÿ“„ eval-schema.md

๐Ÿ“„ example-run.md

๐Ÿ“„ finding-the-skill.md

๐Ÿ“„ incomplete-skills.md

๐Ÿ“„ mock-files.md

๐Ÿ“„ quick-check.md

๐Ÿ“„ report-format.md

๐Ÿ“„ standard-check.md

๐Ÿ“„ CONTRIBUTING.md

๐Ÿ“„ LICENSE

๐Ÿ“„ README.md

๐Ÿ“„ SKILL.md