| name | fullstack-security |
| description | Security and performance - hardening, optimization, auditing |
| sasmp_version | 1.3.0 |
| bonded_agent | 07-security-performance |
| bond_type | PRIMARY_BOND |
| atomic | true |
| single_responsibility | security_performance |
| parameters | {"type":"object","required":["action"],"properties":{"action":{"type":"string","enum":["audit_security","optimize_performance","configure_caching","harden_infrastructure"],"description":"The specific security/performance action to perform"},"audit_type":{"type":"string","enum":["owasp","pci-dss","soc2","gdpr"],"default":"owasp"},"target":{"type":"string","enum":["frontend","backend","infrastructure","database"]},"severity_threshold":{"type":"string","enum":["critical","high","medium","low"],"default":"medium"}}} |
| returns | {"type":"object","properties":{"success":{"type":"boolean"},"vulnerabilities":{"type":"array"},"performance_report":{"type":"object"},"recommendations":{"type":"array","items":{"type":"string"}},"compliance_status":{"type":"object"}}} |
| retry | {"max_attempts":3,"backoff":"exponential","initial_delay_ms":1000,"jitter":true} |
| logging | {"level":"INFO","events":["vulnerability_found","performance_analyzed","hardening_applied"],"metrics":["vulnerability_count","performance_score","compliance_coverage"]} |
Fullstack Security Skill
Atomic skill for security auditing and performance optimization.
Responsibility
Single Purpose: Audit security, optimize performance, and ensure compliance
Actions
audit_security
Perform security audit against specified standards.
{
action: "audit_security",
audit_type: "owasp",
target: "backend"
}
{
success: true,
vulnerabilities: [
{
severity: "high",
category: "A03:Injection",
title: "SQL Injection Risk",
location: "src/routes/users.ts:45",
remediation: "Use parameterized queries"
}
],
compliance_status: { owasp_score: 75, passing: 8, failing: 2 },
recommendations: ["Add input validation", "Implement CSP headers"]
}
optimize_performance
Analyze and optimize application performance.
configure_caching
Set up caching strategies.
harden_infrastructure
Apply security hardening to infrastructure.
Validation Rules
function validateParams(params: SkillParams): {
(!params.) {
{ : , : };
}
(params. === && !params.) {
{ : , : };
}
{ : };
}