security-checklist
Audit Applications with an OWASP Security Checklist
Security reviews can miss common vulnerabilities and inconsistent controls. This skill provides structured OWASP checks, secure examples, and scanning workflows for repeatable assessments.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "security-checklist" from https://skillstore.io/skills/ariegoldkin-security-checklist.md and its manifest at https://skillstore.io/api/skills/ariegoldkin-security-checklist/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 "security-checklist". Review a profile endpoint that accepts a user ID.
Expected outcome:
- High: Verify resource ownership before returning profile data.
- Medium: Use a parameterized query and validate the identifier format.
- Evidence needed: route authorization tests for another user's identifier.
Using "security-checklist". Create a security scan plan for a Python service.
Expected outcome:
- Run pip-audit for dependencies after approval.
- Run Bandit for Python security patterns.
- Record tool versions, exit codes, findings, and reviewed false positives.
Using "security-checklist". Assess a server feature that fetches user-provided URLs.
Expected outcome:
- High: Enforce a hostname allowlist and block private or metadata ranges.
- Disable redirects or validate every redirect target.
- Set strict timeouts and isolate the fetch service from internal networks.
Security Audit
Medium RiskAll 141 static detections are false positives caused by Markdown syntax, defensive checklists, or intentionally vulnerable and remediated examples. No executable payload, prompt injection, credential collection, or exfiltration logic was found. Separate risks remain around automatic scans, unpinned tool installation, and active tests without explicit authorization boundaries.
Confirmed security concerns (3)
Risk Factors
โก Contains scripts (3)
๐ Network access (9)
โ๏ธ External commands (50)
๐ Filesystem access (1)
๐ Env variables (4)
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/ariegoldkin-security-checklist/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ariegoldkin-security-checklist?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ariegoldkin-security-checklist?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ariegoldkin-security-checklist/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ariegoldkin-security-checklist.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
AI Agent Hub. (2026). security-checklist security audit report (audit version 10) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/ariegoldkin-security-checklist/audits/10BibTeX citation
@techreport{ai-agent-hub-ariegoldkin-security-checklist-2026,
author = {AI Agent Hub},
title = {security-checklist security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/ariegoldkin-security-checklist/audits/10},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "security-checklist security audit report (audit version 10)"
version: "1.0.0"
type: report
authors:
- name: "AI Agent Hub"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/ariegoldkin-security-checklist/audits/10"
identifiers:
- type: other
value: "skillstore:ariegoldkin-security-checklist:audit:10"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Review a New Feature
Check access control, validation, data handling, and error behavior before merging a feature.
Standardize Security Reviews
Apply consistent OWASP evidence and remediation criteria across repository reviews.
Add Pipeline Scanning
Select dependency, static analysis, secret, and container scans for delivery pipelines.
Try These Prompts
Review this feature against the quick-start checklist. List missing controls, evidence, severity, and practical fixes. Ask for any context you need.
Assess this authentication flow for OWASP risks. Check password storage, sessions, MFA, rate limits, account enumeration, and authorization. Prioritize findings.
Create a security scan plan for this repository. Select relevant dependency, SAST, secret, and container tools. Do not install or run tools without approval.
Review this architecture and supplied code. Map findings to OWASP categories, cite evidence, challenge assumptions, and propose verified remediations.
Best Practices
- Provide architecture, framework, data classification, and trust boundaries before review.
- Confirm permission before running tools, and use the least privileges required.
- Validate automated findings manually and record reproducible evidence for each decision.
Avoid
- Do not run active payloads against unauthorized or production systems.
- Do not install unpinned tools or apply automated fixes without review.
- Do not treat checklist completion as proof that a system is secure.
Frequently Asked Questions
What does this skill review?
Does it run security tools automatically?
Which languages does it support?
Does it provide compliance certification?
Can it replace a penetration test?
How should false positives be handled?
Developer Details
Author
AI Agent HubLicense
MIT
Author version
v1.0.0
Skillstore revision
r2
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
6 downloads ยท 211 views
File structure