n8n — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited n8n (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Interact with n8n workflows - list, trigger, monitor, and manage automations.
N8N_API_URL=https://<n8n-host>/api/v1
N8N_API_KEY=your-api-key-heren8n list --activen8n trigger <workflow-id> --data '{"key": "value"}'n8n executions <workflow-id>n8n activate <workflow-id>api/n8n.jsconst n8n = require('./api/n8n.js');
// List workflows
const workflows = await n8n.listWorkflows();
// Trigger workflow
const result = await n8n.trigger(workflowId, { data });
// Get executions
const executions = await n8n.getExecutions(workflowId);User: "Run the morning brief workflow"
Appie: → n8n.trigger('morning-brief-id', { user: '<user>' })// After Appie task completes
await n8n.trigger('notification-workflow', {
message: 'Task completed',
appie: 'Appie-1'
});| Workflow | Trigger | Purpose |
|---|---|---|
| Morning Brief | 7:00 AM | Generate daily brief |
| Notification | Webhook | Alert Seyed of events |
| Backup | Hourly | Backup important data |
| Sync | On-change | Sync with external services |
skills/clawdhub/ - For publishing skills~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.