{"id":"39b6c2c5-946b-4ac2-af8b-203568698a80","slug":"aisyahsyihab-security-audit-skill","name":"security-audit-skill","description":"Security Audit Skill","canonicalUrl":"https://xpersona.co/skill/aisyahsyihab-security-audit-skill","sourceUrl":"https://github.com/aisyahsyihab/security-audit-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"aisyahsyihab","label":"Aisyahsyihab","url":"https://github.com/aisyahsyihab/security-audit-skill"},"protocols":["OPENCLEW"],"capabilities":["for"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:23:40.892Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Aisyahsyihab"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Aisyahsyihab","href":"https://github.com/aisyahsyihab/security-audit-skill","sourceUrl":"https://github.com/aisyahsyihab/security-audit-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:23:42.110Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/aisyahsyihab-security-audit-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/aisyahsyihab-security-audit-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:23:42.110Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/aisyahsyihab-security-audit-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/aisyahsyihab-security-audit-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"security-audit-skill","description":"Security Audit Skill","source":"GITHUB_OPENCLEW","sourceId":"github:1157574808","repository":"https://github.com/aisyahsyihab/security-audit-skill","documentation":"https://xpersona.co/skill/aisyahsyihab-security-audit-skill/agent/aisyahsyihab-security-audit-skill","protocols":["OPENCLEW"],"capabilities":["for"],"languages":["typescript"],"install":{"command":"git clone https://github.com/aisyahsyihab/security-audit-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# For GitHub repos\ngh repo view <owner/repo> --json name,description,createdAt,pushedAt,stargazerCount,forkCount,isArchived,licenseInfo,owner\n\n# Check contributors\ngh api repos/<owner/repo>/contributors --jq '.[].login'\n\n# Check recent commits\ngh api repos/<owner/repo>/commits --jq '.[:10] | .[] | {sha: .sha[:7], author: .commit.author.name, message: .commit.message[:80]}'"},{"kind":"example","language":"bash","snippet":"# Command injection vectors\ngrep -rn \"exec\\|spawn\\|system\\|eval\\|Function(\" --include=\"*.js\" --include=\"*.ts\" --include=\"*.py\"\n\n# Network calls to unknown endpoints  \ngrep -rn \"fetch\\|axios\\|http\\|request\\|urllib\" --include=\"*.js\" --include=\"*.ts\" --include=\"*.py\"\n\n# Obfuscation indicators\ngrep -rn \"fromCharCode\\|atob\\|btoa\\|Buffer.from.*base64\\|\\\\\\\\x[0-9a-f]\" --include=\"*.js\" --include=\"*.ts\"\n\n# Credential patterns\ngrep -rn \"password\\|secret\\|token\\|api_key\\|apikey\\|auth\" --include=\"*.js\" --include=\"*.ts\" --include=\"*.py\" --include=\"*.json\"\n\n# File system operations\ngrep -rn \"writeFile\\|readFile\\|unlink\\|rmdir\\|fs\\.\" --include=\"*.js\" --include=\"*.ts\"\n\n# Environment access\ngrep -rn \"process\\.env\\|os\\.environ\\|getenv\" --include=\"*.js\" --include=\"*.ts\" --include=\"*.py\""}]}}