Skills skill-name
๐Ÿ“ฆ

skill-name

v0.1.0 Content revision r2 Critical โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access๐Ÿ”‘ Env variablesโšก Contains scripts

Build Security Operations Skills

Security skill authors need consistent workflows, references, and validation patterns. This template provides reusable structures for security guidance, rules, and CI scanning.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

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-name" from https://skillstore.io/skills/agentsecops-skill-name.md and its manifest at https://skillstore.io/api/skills/agentsecops-skill-name/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.

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-name". Create a SAST skill outline for Python services.

Expected outcome:

  • Purpose: Identify exploitable Python code patterns and provide verified remediation.
  • Workflow: Scope the repository, run approved analysis, classify findings, propose fixes, validate changes, and document residual risk.
  • Validation: Re-run focused tests and the configured scanner before reporting completion.

Using "skill-name". Plan CI security scanning for a Node.js repository.

Expected outcome:

  • Checks: Static analysis, dependency audit, secret detection, and container scanning.
  • Controls: Minimal permissions, pinned actions, verified tool installation, explicit thresholds, and retained reports.
  • Reporting: Publish concise findings and preserve detailed artifacts for authorized reviewers.

Security Audit

Critical
v9 โ€ข 7/23/2026 Open versioned report

Most detections are Markdown, security examples, or defensive reference material and are false positives. The CI asset contains a confirmed critical supply-chain risk because it pipes an unpinned remote installer directly to Bash.

6
Files scanned
1,687
Lines analyzed
1
Review items
0
False positives ignored

Confirmed security concerns (1)

Critical
Pipe to shell pattern
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The CI template downloads an unpinned installer from a mutable branch and pipes it directly to Bash, enabling upstream supply-chain code execution.
Capability review items (1)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Critical
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The CI template downloads an unpinned installer from a mutable branch and pipes it directly to Bash, enabling upstream supply-chain code execution.

Risk Factors

โš™๏ธ External commands (21)
๐ŸŒ Network access (18)
๐Ÿ“ Filesystem access (2)
๐Ÿ”‘ Env variables (23)
โšก Contains scripts (2)

Detected Patterns

Pipe to shell pattern
Audited by: codex 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/agentsecops-skill-name/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

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

HTML badge

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

Embed card

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

AgentSecOps. (2026). skill-name security audit report (audit version 9) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/agentsecops-skill-name/audits/9

BibTeX citation

@techreport{agentsecops-agentsecops-skill-name-2026, author = {AgentSecOps}, title = {skill-name security audit report (audit version 9)}, institution = {Skillstore}, year = {2026}, number = {9}, url = {https://skillstore.io/skills/agentsecops-skill-name/audits/9}, note = {Author version 0.1.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "skill-name security audit report (audit version 9)" version: "0.1.0" type: report authors: - name: "AgentSecOps" date-released: "2026-07-23" url: "https://skillstore.io/skills/agentsecops-skill-name/audits/9" identifiers: - type: other value: "skillstore:agentsecops-skill-name:audit:9" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
100
Maintainability
87
Content
70
Community
100
Spec Compliance

What You Can Build

Create an application security skill

Define repeatable vulnerability analysis, severity classification, remediation, and validation steps for a development team.

Standardize DevSecOps scanning

Adapt the CI asset to document approved scanners, artifacts, thresholds, and reporting practices.

Document incident workflows

Use the checklist patterns to structure detection, containment, eradication, recovery, and post-incident tasks.

Try These Prompts

Outline a security skill
Create a security skill outline for [security task]. Define users, triggers, workflow steps, expected outputs, and validation criteria.
Adapt a security rule
Adapt the rule template for [vulnerability]. Include detection logic, severity, framework mappings, vulnerable examples, safe alternatives, and false-positive guidance.
Design a CI security workflow
Adapt the CI template for [repository stack]. Select scanners, pin trusted dependencies, define permissions, set failure thresholds, and retain useful artifacts.
Build a validated response workflow
Design an incident-response skill for [incident type]. Include decision branches, approvals, evidence handling, containment checks, recovery validation, escalation, and audit outputs.

Best Practices

  • Replace every placeholder and verify each referenced resource before publishing the skill.
  • Pin executable dependencies and grant CI jobs only the permissions required for their tasks.
  • Validate generated rules and workflows against representative repositories before operational use.

Avoid

  • Do not execute remote installers directly from mutable branches.
  • Do not present vulnerable examples without clear labels and nearby remediation.
  • Do not claim tool support, scripts, or integrations that are absent from the package.

Frequently Asked Questions

Is this a ready-to-run security skill?
No. It is a scaffold with placeholders and examples that require adaptation and validation.
Which AI tools can use this skill?
The metadata declares support for Claude, Codex, and Claude Code.
Does the package include executable scripts?
No. SKILL.md references example scripts, but the scanned package does not include them.
Which security frameworks are represented?
The examples reference OWASP, CWE, MITRE ATT&CK, NIST, SOC 2, PCI DSS, and GDPR.
Can I use the CI template without changes?
No. Replace the remote pipe-to-shell installer, pin dependencies, review permissions, and adapt scanners for your repository.
What outputs can the template help define?
It can structure findings, remediation guidance, validation results, security reports, workflow checklists, and retained scan artifacts.

Developer Details

License

MIT

Author version

v0.1.0

Skillstore revision

r2

Ref

181fdefcafd96b041926e61c4b2e306ca7e7820e

Maintenance freshness

7/24/2026

Usage

5 downloads ยท 206 views

File structure

๐Ÿ“ assets/

๐Ÿ“„ .gitkeep

๐Ÿ“„ ci-config-template.yml

๐Ÿ“„ rule-template.yaml

๐Ÿ“ references/

๐Ÿ“„ EXAMPLE.md

๐Ÿ“„ WORKFLOW_CHECKLIST.md

๐Ÿ“„ SKILL.md

More from AgentSecOps

View all
View all