senior-security
Strengthen Application Security Reviews
Security reviews often lack consistent checklists and reusable workflows. This skill provides security review scaffolds, reference guidance, and simple reporting scripts for Claude, Codex, and Claude Code.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "senior-security" from https://skillstore.io/skills/alirezarezvani-senior-security.md and its manifest at https://skillstore.io/api/skills/alirezarezvani-senior-security/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 "senior-security". Review a backend service before release.
Expected outcome:
- Summary of exposed entry points and sensitive data paths.
- List of likely threats, missing controls, and review questions.
- Suggested next actions for owners and security reviewers.
Using "senior-security". Prepare a scoped penetration testing plan.
Expected outcome:
- Testing objective, approved target list, and explicit exclusions.
- Phased workflow for discovery, validation, evidence capture, and reporting.
- Safety notes for rate limits, test accounts, and rollback coordination.
Using "senior-security". Assess a cryptography implementation proposal.
Expected outcome:
- Review of key generation, storage, rotation, and recovery assumptions.
- Questions about algorithm choice, library use, and misuse resistance.
- Recommended controls for logging, monitoring, and incident response.
Security Audit
SafeMost static findings are parser noise from markdown code fences, inline path references, and prior evaluation text. The included scripts only validate paths and optionally write user-requested JSON reports; no prompt injection, exfiltration, or command execution logic was found.
Risk Factors
โ๏ธ External commands (26)
๐ Filesystem access (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/alirezarezvani-senior-security/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/alirezarezvani-senior-security?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/alirezarezvani-senior-security?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/alirezarezvani-senior-security/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/alirezarezvani-senior-security.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
alirezarezvani. (2026). senior-security security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/alirezarezvani-senior-security/audits/6BibTeX citation
@techreport{alirezarezvani-alirezarezvani-senior-security-2026,
author = {alirezarezvani},
title = {senior-security security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/alirezarezvani-senior-security/audits/6},
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: "senior-security security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "alirezarezvani"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/alirezarezvani-senior-security/audits/6"
identifiers:
- type: other
value: "skillstore:alirezarezvani-senior-security:audit:6"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
alirezarezvani-senior-security
2026-08-21
davila7-senior-security
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Start a Threat Model
Create a structured first pass over assets, trust boundaries, and likely abuse cases.
Standardize AppSec Reviews
Use one repeatable workflow for lightweight application security checks across repositories.
Prepare an Authorized Test
Organize scope, assumptions, and report structure before an approved penetration test.
Try These Prompts
Use senior-security to review this service at a high level. Identify assets, trust boundaries, common risks, and next review steps.
Build a threat model for this architecture. Cover entry points, data stores, actor goals, mitigations, and open security questions.
Prepare a penetration testing plan for this approved scope. Include boundaries, test phases, expected evidence, and reporting format.
Review this cryptography design. Check key handling, algorithm choices, rotation, storage, failure modes, and operational monitoring.
Best Practices
- Define authorization, scope, and expected output before using security workflows.
- Treat script output as a starting point and verify findings manually.
- Store generated reports in a controlled project directory with appropriate access controls.
Avoid
- Do not run penetration testing steps against systems without explicit approval.
- Do not treat placeholder script results as a complete security assessment.
- Do not copy environment templates over real configuration files without review.
Frequently Asked Questions
Does this skill run real vulnerability scans?
Can I use it with Claude, Codex, and Claude Code?
Is the penetration testing guidance safe to use anywhere?
What files can the scripts write?
Does it replace a security engineer?
Are the reference guides project-specific?
Developer Details
Author
alirezarezvaniLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/senior-securityRef
6eec4a59f63ff83440a84c18d1aef79743bc714e
Maintenance freshness
7/18/2026
Usage
19 downloads ยท 264 views
File structure
๐ references/
๐ cryptography_implementation.md
๐ penetration_testing_guide.md
๐ security_architecture_patterns.md
๐ scripts/
๐ pentest_automator.py
๐ security_auditor.py
๐ threat_modeler.py
๐ SKILL.md