Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ptes-standard - Skill - OpenSmartRoute
Skillv1.0.0
ptes-standard
1. **PTES ≠ checklist**: PTES adalah process framework, bukan technical checklist. Jangan treat sebagai to-do list — adaptasi berdasarkan konteks engagement. 2. **Standards comparison bukan kompetisi*
Imported from yogiex/opencode-cyber-security-skills (skills/ptes-standard/SKILL.md). Install upstream with npx skills add yogiex/opencode-cyber-security-skills --skill ptes-standard. Copyright stays with the author.
name: ptes-standard
description: Penetration Testing Execution Standard (PTES) — comprehensive guide for conducting penetration tests across 7 phases: pre-engagement, intelligence gathering, threat modeling, vulnerability analysis, exploitation, post-exploitation, and reporting. Use when planning or executing penetration tests, security assessments, or when user asks about PTES methodology.
license: MIT
compatibility: opencode
metadata:
source: PTES
version: "2.0"
PTES — Penetration Testing Execution Standard
Prerequisites
Understanding of penetration testing concepts and phases
Familiarity with common security tools (Nmap, Metasploit, Burp Suite)
PTES ≠ checklist: PTES adalah process framework, bukan technical checklist. Jangan treat sebagai to-do list — adaptasi berdasarkan konteks engagement.
Standards comparison bukan kompetisi: Tidak ada standar yang "terbaik". PTES untuk engagement lifecycle, OWASP WSTG untuk technical web depth, NIST untuk compliance. Gunakan kombinasi, bukan pilih satu.
Legal authorization adalah fase terpenting: Jangan pernah melakukan pengujian tanpa ROE yang ditandatangani. Satu langkah tanpa otorisasi bisa berakibat pidana (CFAA, UU ITE).
Cloud mengubah perimeter: Di cloud, identity adalah perimeter baru. IAM trust relationships lebih penting dari network segmentation. PTES tradisional perlu diadaptasi untuk cloud-native environments.
Post-exploitation sering dilupakan: Banyak tester fokus pada exploitation dan lupa post-exploitation. Padahal nilai engagement ada di seberapa dalam tester bisa menembus dan dampak bisnis yang bisa didemonstrasikan.
Reporting adalah produk akhir: Client membayar untuk report, bukan untuk exploitation. Report yang buruk membuat engagement bernilai nol. Alokasikan waktu yang cukup untuk reporting.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "yogiex-opencode-cyber-security-skills-ptes-standard",
"kind": "skill",
"name": "ptes-standard",
"description": "1. **PTES ≠ checklist**: PTES adalah process framework, bukan technical checklist. Jangan treat sebagai to-do list — adaptasi berdasarkan konteks engagement. 2. **Standards comparison bukan kompetisi**: Tidak ada standar yang \"terbaik\". PTES untuk engagement lifecycle, OWASP WSTG untuk technical web depth, NIST untuk compliance. Gunakan kombinasi, bukan pilih satu. 3. **Legal authorization adalah fase terpenting**: Jangan pernah melakukan pengujian tanpa ROE yang ditandatangani. Satu langkah tanpa otorisasi bisa berakibat pidana (CFAA, UU ITE). 4. **Cloud mengubah perimeter**: Di cloud, identity adalah perimeter baru. IAM trust relationships lebih penting dari network segmentation. PTES tradisional perlu diadaptasi untuk cloud-native environments. 5. **Post-exploitation sering dilupakan**: Banyak tester fokus pada exploitation dan lupa post-exploitation. Padahal nilai engagement ada di seberapa dalam tester bisa menembus dan dampak bisnis yang bisa didemonstrasikan. 6. **Reporting adalah produk akhir**: Clien",
"publisher": "yogiex",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. **PTES ≠ checklist**: PTES adalah process framework, bukan technical checklist. Jangan treat sebagai to-do list — adaptasi berdasarkan konteks engagement. 2. **Standards comparison bukan kompetisi**: Tidak ada standar yang \"terbaik\". PTES untuk engagement lifecycle, OWASP WSTG untuk technical web depth, NIST untuk compliance. Gunakan kombinasi, bukan pilih satu. 3. **Legal authorization adalah fase terpenting**: Jangan pernah melakukan pengujian tanpa ROE yang ditandatangani. Satu langkah tanpa otorisasi bisa berakibat pidana (CFAA, UU ITE). 4. **Cloud mengubah perimeter**: Di cloud, identity adalah perimeter baru. IAM trust relationships lebih penting dari network segmentation. PTES tradisional perlu diadaptasi untuk cloud-native environments. 5. **Post-exploitation sering dilupakan**: Banyak tester fokus pada exploitation dan lupa post-exploitation. Padahal nilai engagement ada di seberapa dalam tester bisa menembus dan dampak bisnis yang bisa didemonstrasikan. 6. **Reporting adalah produk akhir**: Clien"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/yogiex/opencode-cyber-security-skills",
"path": "skills/ptes-standard/SKILL.md",
"ref": "69b436df05c40d9d12d16bd3f9e8ad89a25cbbb1",
"url": "https://github.com/yogiex/opencode-cyber-security-skills/blob/69b436df05c40d9d12d16bd3f9e8ad89a25cbbb1/skills/ptes-standard/SKILL.md",
"key": "yogiex/opencode-cyber-security-skills/skills/ptes-standard/SKILL.md"
}
},
"instructions": "---\nname: ptes-standard\ndescription: Penetration Testing Execution Standard (PTES) — comprehensive guide for conducting penetration tests across 7 phases: pre-engagement, intelligence gathering, threat modeling, vulnerability analysis, exploitation, post-exploitation, and reporting. Use when planning or executing penetration tests, security assessments, or when user asks about PTES methodology.\nlicense: MIT\ncompatibility: opencode\nmetadata:\n source: PTES\n version: \"2.0\"\n---\n\n# PTES — Penetration Testing Execution Standard\n\n## Prerequisites\n\n- Understanding of penetration testing concepts and",
"cost": {
"context_tokens": 1526
}
}
Fetch it by URL: GET /api/v1/registry/yogiex-opencode-cyber-security-skills-ptes-standard/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.