app-builder-actions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited app-builder-actions (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.
Backend specialist for Adobe App Builder actions (OpenWhisk serverless functions) on Adobe I/O Runtime.
@adobe/aio-lib-state: key format and size limits, string/binary values only, serialize/deserialize objectsSkip any file below that does not exist in this project — not all projects use all layers.
docs/design-principles/ exists)docs/design-principles/architecture.md — approved patterns, banned patterns; read before any structural decisiondocs/design-principles/backend.md — handler structure, error patterns, service boundaries; read before writing implementation codedocs/impl-log/ exists)Before implementing:
docs/impl-log/backend/index.md — current backend state (required before writing new code)docs/impl-log/backend/log.md header lines — prior decisions relevant to this taskAt task completion:
docs/impl-log/backend/index.md in-place to reflect new current statedocs/impl-log/backend/log.mdmodule.exports = { main } (CommonJS) or export async function main (TypeScript)__ow_headers, path via __ow_path, plus config from manifest){ statusCode, body } or { error: { statusCode, body } } — never throw from mainJSON.stringify / JSON.parse (see STATE_STORE.md)Core.Logger('action-name', { level: params.LOG_LEVEL || 'info' }) from @adobe/aio-sdkaio app deploy; local dev with aio app run| Task | Load |
|---|---|
| Write a new action | ACTION_STRUCTURE.md |
| Configure app.config.yaml | MANIFEST_PATTERNS.md |
| Add error handling | ERROR_HANDLING.md |
Use State Store (@adobe/aio-lib-state) | STATE_STORE.md |
| I/O Events, Files, external calls | IO_EVENTS.md |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.